An open API service indexing awesome lists of open source software.

https://github.com/youstinus/homestead-nodejs-api

Homestead Nodejs API experimentation with auth and MongoDB database
https://github.com/youstinus/homestead-nodejs-api

api auth mongodb nodejs nodejs-api

Last synced: 7 months ago
JSON representation

Homestead Nodejs API experimentation with auth and MongoDB database

Awesome Lists containing this project

README

          

# Simple RESTfull api with validation

Add environmental variables to .env folder for testing purposes
These example variables needed:
PORT=3000
PROD_MONGODB=https://USER:PASS@DBLINK.mlab.com/DBNAME
JWT_KEY=RANDOMSECRETKEY

## Run app with commands
npm install

nodemon
or
node server.js

Project not maintained. Feel free to contact by creating a merge request.

Project from 2019 archive.