Software Requirement Specification document
- Navigate to
backend/
- Create
.env
with necessary environment variables. - Run
npm install
to install dependencies. - Start the server with
nodemon index.js
.
- Navigate to
frontend/
- Run
npm install
to install dependencies. - Start the development server with
npm run dev
.
- Sign up for Firebase and create a new project.
- Configure Firebase in your project and ensure to secure your API keys.