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