Skip to content

1TanishChavan/CodeSprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup:

Setup with Docker :

Setup with Docker
  • Put your Gemini API and JWT key in "docker-compose.yml"

  • For 1st time setup run below command

docker-compose up --build
  • After that for running again run
docker-compose up db frontend backend

Setup without Docker :

Setup without Docker

Setup Backend:

cd backend
npm i

Setup Database:

  • postgres database
  • Create .env file in backend folder like .env.sample
  • Run this command
cd backend
db:setup

Setup Frontend:

cd frontend
npm i

Run Application

terminal 1

cd frontend
npm run start

terminal 2

cd backend
npm run dev

About

Code Verfication Web Application #buildwithgemini.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published