Public API for a society manager application

Matt Coles a093259817 Add login and register functions, allow using GET for testing purposes преди 9 години
.gitignore b9234d83fd Update .gitignore преди 9 години
LICENSE 0c6209f476 Add license and readme преди 10 години
README.md b147cb9739 Update README.md преди 10 години
index.js a093259817 Add login and register functions, allow using GET for testing purposes преди 9 години
package.json 272fa26135 Initial Commit преди 10 години

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