Public API for a society manager application

Matt Coles a093259817 Add login and register functions, allow using GET for testing purposes vor 9 Jahren
.gitignore b9234d83fd Update .gitignore vor 9 Jahren
LICENSE 0c6209f476 Add license and readme vor 10 Jahren
README.md b147cb9739 Update README.md vor 10 Jahren
index.js a093259817 Add login and register functions, allow using GET for testing purposes vor 9 Jahren
package.json 272fa26135 Initial Commit vor 10 Jahren

README.md

ip-project-server

Server for Integrated Project, powered by Express.js and Redis

To run, first start Redis:

redis-server

Then start the Express framework using:

node index.js