Coomplimment is a feedback back-end application. This was created based on NLW Together, of Rocketseat.
- Node.JS
v14.17.0
- TypeScript
v4.3.2
- SQLite database
# Clone Repository
$ git clone /~https://github.com/ianbandrade/coomplimment.git
# Go to folder
$ cd coomplimment
# Install the dependencies
$ yarn install
# Run migrations
$ yarn typeorm migrations:run
# Start the server
$ yarn dev
The console going to show the result
- User Login
- Send compliments
- User (as admin) can create a tag
- Users compliments (received)
- Users compliments (sent)
This project is under the MIT license. See the file LICENSE for more details.