/simple_api

Primary LanguageJavaScript

Simple Api

Simple Api with Express and MongoDB

Version

1.0.0

Usage

Installation

Install mongoDB for Linux

sudo apt-get install mongodb

Install the dependencies

$ npm install

Recommended versions

  • NodeJS 11.9.0
  • Npm 6.5.0
  • MongoDB server version 3.6.3

Getting Started

To start MongoDB server

$ npm run mongo

To start Express server

$ npm start

To stop: [Ctrl] + [C]

Usage

For requests to api is recommended to use Postman.

License

This project is licensed under the MIT License