GoStack

Challenge: GoFinances Web

🚀 Overview

This project contains the solution of the challenge 07 from the Rocketseat GoStack Bootcamp. The goal of this challenge is to implement some features for a personal financial control web app. You can find the challenge description here: Challenge

💻 Getting started

You can clone this project running the following command in your terminal:

git@github.com:marqueslu/gostack-gorestaurant-web.git

Configuring the project

You can run the command bellow to install all the project dependencies:

yarn

Running the server

This project has a dependency of the GoFinance api that is available in this repository: api

Running the project

To run the project you just need to execute the following command in your terminal:

yarn start

Testing the project

To run all the project unit tests, you need to run the following command:

yarn test

📝 License

This project is licensed under the MIT LICENSE


Made with 💜 by Lucas Marques