An open API service indexing awesome lists of open source software.

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.

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

![Screenshot from 2021-04-26 00-20-20](https://user-images.githubusercontent.com/44909504/116288570-2c40dc00-a781-11eb-9029-b0f1a278f9df.png)

Made with ❤️ By Elharem Soufiane