Skip to content

Project Node, Express, TypeScript, MySQL2, Typeorm, Nodemon, Json Web Token

Notifications You must be signed in to change notification settings

pedroriverove/support-project-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node | Express | TypeScript

Backend project with JWT authentication to create, modify and delete tickets assigned to different developers.

Used technology

Requirements

Getting Started

  1. Clone repository
$ git clone https://github.com/pedroriverove/support-project-back.git
  1. Change into the working directory
$ cd support-project-back
  1. Copy .env.example to .env and modify according to your environment
$ cp .env.example .env
  1. Install project dependencies
$ yarn install
  1. Run these commands to create the tables within the defined database and populate seed data
$ yarn typeorm migration:run
  1. Finally, launch the app
$ yarn dev

Related Projects

About

Project Node, Express, TypeScript, MySQL2, Typeorm, Nodemon, Json Web Token

Topics

Resources

Stars

Watchers

Forks