Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 464 Bytes

REST API Model

Model for building an REST API. The model has user table creation, authentication and use of JsonWebToken.

Technologies used

  • TypeScript
  • Eslint and Prettier
  • Express
  • Typeorm
  • JsonWebToken
  • Dotenv

How to Use

  • Create a .env file based on the .env.example file
  • Add the token Secret and the Database info in the .env file
  • Run yarn to add the dependencies
  • Run yarn dev to run the application on http://localhost:3333