Skip to content

Nee-Shar/BTP-V1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to start the project

  1. Clone the repository
  2. Navigate to Backend folder
  3. Fill the secrets in .env file (Refer .env.sample)
  4. Run the following commands
    npm install
    npm run dev
    
    (Backend runs at http://localhost:3000)

(Alternatively, you can run the backend using Docker. Refer to the README in the Backend directory for instructions.)

  1. Navigate to Frontend folder

  2. Fill the secrets in .env file (Refer .env.sample)

  3. Run the following commands

    npm install
    npm run dev
    

    (Frontend runs at http://localhost:5173)

  4. Go to localhost:5173 in your browser , use github credentials to login.

TO DO's

  1. DO CACHING SERVER SIDE AND CLIENT SIDE (REDIS AND ZUSTAND)
  2. Improve Frontend Code Readbility ( maybe separate the functions to other files)