/nodejs-ts-desafio2-bootcamp

GoFinances backend api, made during Bootcamp Gostack from Rocketseat

Primary LanguageTypeScript

GoFinances Api

Node.js API for GoFinances app built during Bootcamp GoStack from Rocketseat

About

This API is part of a basic and simple project divided into two parts.

  • 1 - The first one is the API, built with Node.js, right here!
  • 2 - ReactJS app. It is possible to list the financial transactions and register a new one by uploading a .CSV file.

Installing

Make sure your have Node.js installed on your computer

Clone the repo:

git clone https://github.com/msawaguchi/nodejs-ts-desafio2-bootcamp.git

You might have a database called 'gostack_desafio06'. With the database created, run the migration:

yarn typeorm migration:run

After entering inside the project directory, start the server:

yarn dev:server

And you're done! Now you can launch the project 2.


Made with ❤️ by Missae Sawaguchi