hadabo / express-poc

Using nodejs and expressjs to create an open API (PoC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express & Mongoose PoC πŸ› 

open API using Nodejs & MongoDB


Greenkeeper badge Build Status All Contributors MIT License PRs Welcome

Watch on GitHub Star on GitHub Tweet

Expressjs & Mongoose open API PoC

The idea behind this PoC is to create an open API using Nodejs through Expressjs & MongoDB with the object modeling tool designed to work in an asynchronous environment Mongoose.

Usage

Interested in Expressjs & Mongoose you can clone this project and give it a shoot:

git clone https://github.com/hadabo/express-poc.git

Make sure you have MongoDB Community Server running, then using mongoimport create a new database & collection using your favorite terminal and import boxers.json data to your boxers collection to use it in testing this PoC:

mongoimport --db boxingclub --collection boxers --jsonArray boxers.json

Running it πŸ‘Ÿ

after cloning the project just install the dependencies using yarn install or npm install and start the project using yarn start or npm run start and follow the instructions on the console.

Bugs! 🐞

if you face any issues running this project, please open a new card from the issues tab!

PRs

since this is a PoC project there are no restrictions on contributing, just make sure you create a feature branch and create a pull request after you're done.

Security

If you discover any security related issues, please email Abdul-hadi instead of using the issue tracker.

Contributors

Thanks goes to these wonderful people (emoji key):


Abdul-hadi Hawari

πŸ’» πŸ“– πŸš‡

This project follows the all-contributors specification. Contributions of any kind welcome!

LICENSE

MIT

About

Using nodejs and expressjs to create an open API (PoC)

License:MIT License


Languages

Language:JavaScript 100.0%