https://github.com/thiagoluiznunes/pagamentos-app
Dashboard application developed at MEAN.js
https://github.com/thiagoluiznunes/pagamentos-app
angularjs bootstrap3 crud-application css3 dashboard es6 expressjs gulp html5 mean-stack mongodb nodejs singleton
Last synced: 8 days ago
JSON representation
Dashboard application developed at MEAN.js
- Host: GitHub
- URL: https://github.com/thiagoluiznunes/pagamentos-app
- Owner: thiagoluiznunes
- Created: 2017-06-20T03:46:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T06:16:58.000Z (almost 8 years ago)
- Last Synced: 2023-02-28T16:56:16.911Z (about 2 years ago)
- Topics: angularjs, bootstrap3, crud-application, css3, dashboard, es6, expressjs, gulp, html5, mean-stack, mongodb, nodejs, singleton
- Language: HTML
- Homepage:
- Size: 927 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PagamentosAPP
Toolkit: MongoDB | Express.js| Angular.js | Node.js
### Requirements ###
* **[Node.js 6.9.5](http://nodejs.org/en/)** :white_check_mark:
* **[Express.js 4.15.2](http://expressjs.com/)** :white_check_mark:
* **[MongoDB 3.4.4](https://www.mongodb.com/)** :white_check_mark:### Installation ###
**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.** :white_check_mark:2. Start MongoDB
- user@user:~/shell$ **mongod**3. Start application
- use@user:~/path_to_cloned_folder **npm run dev | npm run production**
- Access the browser http://localhost:3003