Skip to content

๐Ÿ‘› A simple wallet that lets you manage your expenses and savings

License

Notifications You must be signed in to change notification settings

LinkSake/rellet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Rellet

A simple wallet that lets you manage your expenses and savings ๐Ÿ‘›


Get Started

As pre-requirements, you will need NodeJS, NPM and the API of this project, that you can find here!

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

REACT_APP_API=http://localhost:8000

This is if you want to run it locally.

Testing the project

This project includes end-to-end testing using Nightwatch, to test just use

npm test

Run the project

npm start

TODO

  • [] Acabar de implementar API
  • [] Guardar userid en local storage