BiaChacon / valoriza

API for send compliments of the Next Level Week 6.0 πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About β€’ Features β€’ How it works β€’ Tech Stack β€’ Documentation β€’ Authors β€’ License

ℹ️ About

API Restful for send compliments created at RocketSeat Next Level Week 6.0, using stack TypeScript with Node.js.


βš™οΈ Features

  • Create User
  • Login
  • Create Tag
  • Create Compliment
  • List User Send Compliments
  • List User Receive Compliments
  • List All Users

πŸ›  Tech Stack

The following tools were used in the construction of the project:


πŸš€ How it works

πŸ‘‰ Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, Node.js and Yarn. In addition, it is good to have an editor to work with the code like VSCode.

🏁 Start

# Clone this repository
$ git clone https://github.com/BiaChacon/valoriza.git

# Access the project folder cmd/terminal
$ cd valoriza

🎲 Running the server

# install the dependencies
$ npm install

#Create migrations
$ yarn typeorm migration:run

# Run the application
$ yarn dev

# The server will start at port: 3333 - go to http://localhost:3333

πŸ—Ž Documentation API

πŸš€ Postman Collection


πŸ‘©πŸ½β€πŸ’» Authors


Bia Chacon

πŸ’»

πŸ“ License

This project is under MIT. See at here LICENSE for more information.


README versions

English πŸ‡ΊπŸ‡Έ | Portuguese πŸ‡§πŸ‡·

About

API for send compliments of the Next Level Week 6.0 πŸš€

License:MIT License


Languages

Language:TypeScript 99.9%Language:Shell 0.1%