An open API service indexing awesome lists of open source software.

https://github.com/zayniddindev/nodejs-typescript

Node.js Application with TypeScript
https://github.com/zayniddindev/nodejs-typescript

jwt knex nodejs typescript

Last synced: about 2 months ago
JSON representation

Node.js Application with TypeScript

Awesome Lists containing this project

README

          

# Node.js Application using TypeScript

## Setup
* Add .env file with these prooerties:
* PORT = 5000
* DB_HOST = localhost
* DB_NAME =
* DB_USERNAME
* DB_PASSWORD =
* TOKEN_KEY =
* npm install
* npm run dev
* visit http://localhost:5000
#### Project on Heroku: https://nodejs-typescript-restapi.herokuapp.com/