A universal solution to introduce you to WPI's major requirement system
Developed by WPI students for WPI students (GoatHack 2024).
This repository contains the code for the ExpressJS server-side component of our app.
To run the project locally, you may clone this respository. You must have Node version 18+ installed on your machine.
git clone https://github.com/WPI-Roadmap/server-side.gitThen, install the dependencies.
cd client-side
npm installFinally, start the server.
node indexChange the path to the API on the client-side to localhost:8000 to access the API.
- GET and POST requests for Firebase Firestore database
- JWT authentication for user accounts
- Version 1.0 (01/14/2024)
- Initial Release
- See [Commits history]
