This is the repository for the CTSE assignment. It contains both the backend and frontend code for the project.
To set up the backend of the project, follow these steps:
-
Navigate to the
backend
directory: cd backend -
Install dependencies using npm: npm i
-
Start the backend server: npm start
The backend server should now be running.
To set up the frontend of the project, follow these steps:
-
Navigate to the
frontend
directory: cd frontend -
Install dependencies using npm: npm i
-
Start the development server: npm run dev
The frontend development server should now be running.