https://github.com/linksake/rellet-api
๐ API for the Rellet client - A simple wallet that lets you manage your expenses and savings
https://github.com/linksake/rellet-api
expense-manager expense-tracker expenses nodejs simple-api wallet
Last synced: 7 months ago
JSON representation
๐ API for the Rellet client - A simple wallet that lets you manage your expenses and savings
- Host: GitHub
- URL: https://github.com/linksake/rellet-api
- Owner: LinkSake
- License: mit
- Created: 2019-11-12T22:44:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T06:31:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T13:15:55.803Z (8 months ago)
- Topics: expense-manager, expense-tracker, expenses, nodejs, simple-api, wallet
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rellet
A simple wallet that lets you manage your expenses and savings ๐
---
## Get StartedAs pre-requirements, you will need NodeJS, NPM and MongoDB installed on your system.
With that said, go and clone this repo!### Installation
Run the following command to get all the dependencies from the package.json that you will need
npm install
## Configuration
### Enviromental Variables
In order to run the project you will need a _.env_ file that should look something like this
MONGODB_URI=mongodb://localhost:27017/
MONGODB_URI_TEST=mongodb://localhost:27017/This is if you want to run it locally.
### Testing the project
npm test
### Run the project
npm start
---
## Documentation
The RESTful API of this project was documented using Postman. Import the documentation to your postman [here](https://www.getpostman.com/collections/066bf96d9fa5527d2980).---
## TODO
- [] Implementar balance a la hora de llamar el usuario
- [] Encriptar contraseรฑa con AES (Moongose - moongose-encrypt)