node-rest-api Node Rest API Installation npm install - Install all dependency Start mongo server Change the mongo connection url in db.js Seed Organization - node seed-org.js Run the Server - node server.js APIs /api/auth/register - Register a new User and get token /api/auth/login - Login with email and password and get token /api/auth/me - profile When creating a new user, change the organization Object ID in register body