API Rest project with NodeJS, Express and MongoDB. Developed to be consumed by "ReactJS Accounts".
https://cuentasrjsapi.herokuapp.com/api/cuentas
- NodeJS
- Express
- MongoDB
- Clone the repository and change directory.
git clone https://github.com/randychoc/apirestcuentas.git
cd apirestcuentas
- Install npm dependencies
npm install
- Remember to have MongoDB installed
- Download MongoDB Community Server
- Run the app locally
npm start