Skip to content

Rocketseat goStack 11 bootcamp module 5 and 6 challenge. Transaction management project.

Notifications You must be signed in to change notification settings

jmamadeu/gofinances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFinances

This project is an simple example of one application for transactions managment. One of the challenges of the Rocketseat goStack 11 bootcamp!

✋🏻 Prerequisites

Installation

Clone the repository, and install the dependencies by running the following commands:

  $ git clone https://github.com/jmamadeu/gofinances.git
  $ cd gofinances
  $ cd backend # and cd web
  $ yarn  # or npm install

Setup database settings inside backend/ormconfig.json file.

Layout

Running the application

Access the project folder and run the following command:

Frontend

  $ cd web
  $ yarn start # or npm run start

Backend/RestApi

  $ cd backend
  $ yarn dev:server # or npm run dev:server

For running the tests

  $ cd backend # or cd web
  $ yarn test

Contribution

Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be ** very valuable and appreciated **.

  1. Fork the project
  2. Create a Branch for your Feature (git checkout -b feature/IncredibleFeature)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m 'Adding an awesome Feature!)
  5. Push the Branch (git push origin feature/FeatureIncrivel)
  6. Open a Pull Request

Author

João Amadeu

About

Rocketseat goStack 11 bootcamp module 5 and 6 challenge. Transaction management project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published