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: 25 days ago
JSON representation
Homestead Nodejs API experimentation with auth and MongoDB database
- Host: GitHub
- URL: https://github.com/youstinus/homestead-nodejs-api
- Owner: youstinus
- License: mit
- Created: 2019-04-19T16:26:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T19:41:57.000Z (over 4 years ago)
- Last Synced: 2025-03-24T08:15:24.982Z (about 1 year ago)
- Topics: api, auth, mongodb, nodejs, nodejs-api
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.