Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshmakadia/node-express-mongo
Example of Node Express server and mongoDB
https://github.com/harshmakadia/node-express-mongo
express mongodb mongoose nodejs
Last synced: 5 days ago
JSON representation
Example of Node Express server and mongoDB
- Host: GitHub
- URL: https://github.com/harshmakadia/node-express-mongo
- Owner: Harshmakadia
- Created: 2019-07-17T18:31:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:46:38.000Z (about 2 years ago)
- Last Synced: 2024-04-13T18:53:20.135Z (9 months ago)
- Topics: express, mongodb, mongoose, nodejs
- Language: JavaScript
- Size: 221 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-express-monog
Example of Node Express server and mongoDBCreate a free mongoDB at https://mlab.com/
### Create a `.env` file with the Database String
`use variable` - DB_CONNECTION_STRING### To Install
`npm install`### To Start
`npm start`Enjoy! :)
## Capture screenshot of website
Added a new endpoint to capture screenshot of the website using Headless Browser