Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/witsawa-corporation/node-ts-boilerplate
nodejs with typescript boilerplate
https://github.com/witsawa-corporation/node-ts-boilerplate
boilerplate express hacktoberfest mongoose nodejs ts typescript
Last synced: about 1 month ago
JSON representation
nodejs with typescript boilerplate
- Host: GitHub
- URL: https://github.com/witsawa-corporation/node-ts-boilerplate
- Owner: witsawa-corporation
- Created: 2020-03-05T17:53:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:36:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T15:56:59.224Z (almost 2 years ago)
- Topics: boilerplate, express, hacktoberfest, mongoose, nodejs, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 806 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-ts-boilerplate
Develop API with TypeScript and runner is Node.js
## How to develop
before develop please prepare MongoDB
- run `cp .env.production .env` and edit your environment
- run `yarn` for install package
- run `yarn start` for start server
- open in browser## How to change config
set environment in `app/lib/env.ts` and fix config in `.env.[NODE_ENV]` such as `.env.production`