https://github.com/grayturtle01/mongo-example
https://github.com/grayturtle01/mongo-example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grayturtle01/mongo-example
- Owner: grayTurtle01
- Created: 2022-09-08T15:28:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T15:46:58.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T20:42:28.924Z (about 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Instructions
1. Install dependencies
`npm install`
2. Set your mongodb-string:
in the file mongo-connection.js set the variable
`DB_STRING=`
3. Run de Server:
`npm start`
4. Open your browser and type the url
`localhost:8000`