Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.22 KB

File metadata and controls

53 lines (34 loc) · 1.22 KB

WPI Roadmap

A universal solution to introduce you to WPI's major requirement system
Developed by WPI students for WPI students (GoatHack 2024).

Technical

This repository contains the code for the ExpressJS server-side component of our app.

Local Hosting

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.git

Then, install the dependencies.

cd client-side
npm install

Finally, start the server.

node index

Change the path to the API on the client-side to localhost:8000 to access the API.

Feature List

  • GET and POST requests for Firebase Firestore database
  • JWT authentication for user accounts

Versions

  • Version 1.0 (01/14/2024)
    • Initial Release
    • See [Commits history]

License

Open Source Love

license