Acquati / jwt-typeorm-sqlite-template

JWT TypeORM SQLite Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT TypeORM SQLite Template

Steps to run this project for development:

# Clone the repository
git clone git@github.com:Acquati/jwt-typeorm-sqlite-template.git

# Open directory
cd jwt-typeorm-sqlite-template

# Copy config file example
cp ./src/config/config.example.ts ./src/config/config.ts

yarn install
yarn start

# Run this migration in the first time setup
yarn run migration:run

About

JWT TypeORM SQLite Template

License:MIT License


Languages

Language:TypeScript 100.0%