Software Requirement Specification document
- Navigate to
backend/ - Create
.envwith necessary environment variables. - Run
npm installto install dependencies. - Start the server with
nodemon index.js.
- Navigate to
frontend/ - Run
npm installto 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.
