billing

Billing cycles application. Stack: React w/ Redux | NodeJS | Express | MongoDB

MIT License

Stars
9

react-billing

Billing app built with React w/ Redux

Installation (API)

First of all, make sure you have Node and Mongodb 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