Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.36 KB

README.md

File metadata and controls

57 lines (46 loc) · 2.36 KB

ci-lost-and-found

Build Status Maintainability Test Coverage Issue Count

Toolkit: Node.js | Express | MongoDB | Mongoose | JWT | Bcript | Eslint | Babel

Requirements

Install the requirements below:

Stack

Installation

  1. Cloning repository:
user@user:~/path_to_cloned_folder$ git clone https://github.com/ThiagoLuizNunes/ci-lost-and-found.git
  1. Install the dependencies:
user@user:~/path_to_cloned_folder/ci-lost-and-found$ npm install
  • Manually install the dependencies that may have not been installed by the above command.
  1. Start MongoDB:
use@user:~/mongod
  1. Start application:
use@user:~/path_to_cloned_folder/ci-lost-and-found$ npm run dev || npm run babel
Access the browser http://localhost:4000

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Created By ThiagoLuizNunes 2018.