https://github.com/nbfontana/billing
Billing cycles application. :money_with_wings: Stack: React w/ Redux | NodeJS | Express | MongoDB
https://github.com/nbfontana/billing
axios jwt jwt-authentication nodejs react react-redux react-router redux
Last synced: 10 months ago
JSON representation
Billing cycles application. :money_with_wings: Stack: React w/ Redux | NodeJS | Express | MongoDB
- Host: GitHub
- URL: https://github.com/nbfontana/billing
- Owner: nbfontana
- License: mit
- Created: 2017-08-21T16:51:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T01:19:51.000Z (over 7 years ago)
- Last Synced: 2025-02-28T14:08:18.649Z (about 1 year ago)
- Topics: axios, jwt, jwt-authentication, nodejs, react, react-redux, react-router, redux
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-billing
Billing app built with React w/ Redux
[](https://github.com/feross/standard)
[](https://github.com/nbfontana/billing/issues)
[](https://github.com/nbfontana/billing/stargazers)
[](https://raw.githubusercontent.com/nbfontana/billing/master/LICENSE)
[](https://david-dm.org/nbfontana/billing?type=dev)
## Installation (API)
First of all, make sure you have [Node](https://nodejs.org) and [Mongodb](https://www.mongodb.com/) installed in your machine. And don't forget to create the 'data/db' folder with is required by Mongo.
After that, you need to initiate mongodb's service:
```
mongod
```
Then, you need to go inside the '/api' folder and install all dependencies through npm:
```
npm install -d
```
Finally, start the api server:
```
npm run api
```
For more options check the 'scripts' section in package.json.
## Installation (APP)
For the app, you need to install all dependencies through npm, so, make sure you're inside the '/app' folder and run:
```
npm install -d
```
After installing all dependencies you just need run the development server:
```
npm run server
```
## License
MIT @ Neri Bez Fontana