This project consists of the following components:
- Backend: /Server
- Frontend: /Web
To run the libraries in each folder, you can follow these steps:
- Navigate to the /Server directory
- Install dependencies using npm:
npm install
npm ci
- Start the backend server:
npm start
Note: The Project Had a .gitignore for .env in /Server/config, please make sure you add your code to .env before starting the backend server
- Navigate to the /Web
- Install dependencies using npm:
npm install
npm ci
- Start the frontend development server:
npm run dev
Note: For Firebase setup, refer to the Firebase documentation for detailed instructions.