https://github.com/selharem/item-displayer
This is a simple web app built with nodejs, express and mongoDB. It displays items added into the database.
https://github.com/selharem/item-displayer
expressjs javascript mongodb nodejs rest-api
Last synced: 8 days ago
JSON representation
This is a simple web app built with nodejs, express and mongoDB. It displays items added into the database.
- Host: GitHub
- URL: https://github.com/selharem/item-displayer
- Owner: Selharem
- License: mit
- Created: 2021-04-10T16:38:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T18:01:25.000Z (over 4 years ago)
- Last Synced: 2025-03-17T20:29:21.232Z (10 months ago)
- Topics: expressjs, javascript, mongodb, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 680 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Item-Displayer
This is a simple web app built with nodejs, express and mongoDB. It displays items added into the database.
You can contribute to the app if you'd like to !
# Getting Started
• Install nodejs and npm.
• Create a new cluster on MongoDB (you can use mongoDB atlas without installing anything into your machine).
• Copy the link to your cluster and paste it on config/keys.js.
• Checkout the repository onto your local machine.
• Use Postman to make HTTP Requests (or any other tool).
• Run `npm install` to install dependencies.
• Run `npm run dev` to run the app.
# Happy Coding

Made with ❤️ By Elharem Soufiane