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
- Host: GitHub
- URL: https://github.com/zayniddindev/nodejs-typescript
- Owner: zayniddindev
- Created: 2022-04-11T07:03:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T07:49:05.000Z (about 4 years ago)
- Last Synced: 2025-06-04T19:55:41.518Z (about 1 year ago)
- Topics: jwt, knex, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/