Skip to content

Personal finance application, with the register of incomes and outcomes by CSV files.

License

Notifications You must be signed in to change notification settings

rafacdomin/GoFinances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFinances 💸

GitHub

About   |    Technologies   |    How To Use   |    License   |    Author

Run in Netlify Run in Insomnia

About

NodeJS project developed on RocketSeat GoStack 13.0. This project is an API for a personal finance application, with register of incomes and outcomes by CSV files.

GoFinances Homepage

Technologies

This project was developed with the following technologies:

API:

WEB:

How To Use

You can access the site clicking this button:

Run in Netlify

To clone and run this application, you'll need installed on your computer:

Obs.: I recommend using docker to create and run the PostgreSQL instance.

To run the server:

# Clone the repository
$ git clone https://github.com/rafacdomin/gofinances-api

# Create the instance of postgreSQL using docker
$ docker run --name GoFinancesPG -e POSTGRES_USER=postgres \
              -e POSTGRES_DB=gofinances -e POSTGRES_PASSWORD=docker \
              -p 5432:5432 -d postgres

# Go into the repository folder
$ cd gofinances-api

Make a copy of .env.example to .env and set YOUR enviroment variables

# Install dependencies
$ yarn

# Run the server
$ yarn dev:server

To run the App Web:

# Clone the repository
$ git clone https://github.com/rafacdomin/gofinances-web

# Go into the repository folder
$ cd gofinances-web

# Install dependencies
$ yarn

# Run the app
$ yarn start

License

This project is under the MIT license. See the LICENSE for more information.


Author

Author

Made with 💜 by Rafael Domingues 👋 Get in touch!

Linkedin Badge Gmail Badge DEV.to Badge GitHub followers

About

Personal finance application, with the register of incomes and outcomes by CSV files.

Topics

Resources

License

Stars

Watchers

Forks