joaogabrielpancheski / backEnd-goFinances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📋 About

A Transactions App that allows users to manage and organize transactions. This project was developed at the RocketSeat GoStack Bootcamp.

🔧 Tools

The following tools were used in this project:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v12.16 or higher and Yarn v1.22 or higher installed on your computer.
You'll also need to setup and run a Postgres database.
On your command line:

# Clone this repository
$ git clone https://github.com/joaogabrielpancheski/backEnd-goFinances.git
# or
$ git clone git@github.com:joaogabrielpancheski/backEnd-goFinances.git

# Go into the repository
$ cd backEnd-goFinances

# Install dependencies
$ yarn install

# Run migrations to your database
$ yarn typeorm migration:run

# Run the server
$ yarn dev:server

📝 License

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


Developed by João Gabriel Pancheski 👨🏻‍💻 Find me here

About

License:MIT License


Languages

Language:TypeScript 75.5%Language:JavaScript 24.5%