Backend project with JWT authentication to create, modify and delete tickets assigned to different developers.
- Clone repository
$ git clone https://github.com/pedroriverove/support-project-back.git
- Change into the working directory
$ cd support-project-back
- Copy
.env.example
to.env
and modify according to your environment
$ cp .env.example .env
- Install project dependencies
$ yarn install
- Run these commands to create the tables within the defined database and populate seed data
$ yarn typeorm migration:run
- Finally, launch the app
$ yarn dev
- Support Project Front — project template, pre-configured with React and Typescript