mouracamila / database-upload-concepts

Desafio 06: Banco de dados e upload de arquivos no Node.js GoFinances Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API GoFinances

Introduction

This project is the API the GoFincances application. GoFinances FrontEnd

Technologies

  • TypeScript
  • Node
  • Express
  • Multer
  • Typeorm

How to use

  1. Clone this Repository:

    $ git clone git@github.com:mouracamila/go-finaces-project.git

  2. Installing dependencies:

    $ yarn

  3. Running project:

    $ yarn dev

Obs: Yarn should be run where package.json is in your project

After running the project, in your terminal, this message should be displayed:

🚀 Back-end started!

License

This project is under license from MIT.


Template from RocketSeat.

About

Desafio 06: Banco de dados e upload de arquivos no Node.js GoFinances Backend


Languages

Language:TypeScript 75.9%Language:JavaScript 24.1%