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
- Host: GitHub
- URL: https://github.com/youstinus/homestead-nodejs-api
- Owner: youstinus
- License: mit
- Created: 2019-04-19T16:26:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T19:41:57.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T13:27:27.917Z (8 months 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 installnodemon
or
node server.jsProject not maintained. Feel free to contact by creating a merge request.
Project from 2019 archive.