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.js
is the base api file, from here, we load models./auth/index.js
will be the authentication api file. Add auth strategies to files in thie/auth
folder/models
is the folder for individual model files
Check out the dev board for todo lists. link