Skip to content

thiagoluiznunes/motosbr-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motos-BR

Build Status Maintainability Test Coverage Issue Count

Toolkit: MongoDB | Express.js| Angular.js | Node.js

Requirements

Installation - Back-end

Obs.: The following instructions were tested on Ubuntu distribution.

  1. After 'git clone' command, run the following commands to install dependencies:
user@user:~/path_to_cloned_folder$ npm install
  • Manually install the dependencies that may have not been installed by the above command.
  1. Start MongoDB
user@user:~/shell$ mongod
  1. Start application
use@user:~/path_to_cloned_folder$ npm start | npm run dev
Access the browser http://localhost:4000

Installation - Front-end

  1. After back-end installation, go to front-end directory:
user@user:~/path_to_cloned_folder$ cd front-end
  1. Install the dependencies:
user@user:~/path_to_cloned_folder/front-end$ npm install
  1. Start application:
  use@user:~/path_to_cloned_folder/front-end$ npm run dev
Access the browser http://localhost:3000

Authors

License

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

Created By ThiagoLuizNunes 2018.