Open Source Society University API server
Take a look at INSTALLING.md
Take a look at .envsample and rename it to .env. Edit the values according to your environment (please do not bring .env into source control)
npm start
curl localhost:PORT/api/sample
/api/index.jsis the base api file, from here, we load models./auth/index.jswill be the authentication api file. Add auth strategies to files in thie/authfolder/modelsis the folder for individual model files
Check out the dev board for todo lists. link