https://github.com/jparr721/node-ts-api-starter
Making a new api from scratch is annoying. Just use this. Ez PZ
https://github.com/jparr721/node-ts-api-starter
nodejs rest-api restful-api typescript
Last synced: 6 months ago
JSON representation
Making a new api from scratch is annoying. Just use this. Ez PZ
- Host: GitHub
- URL: https://github.com/jparr721/node-ts-api-starter
- Owner: jparr721
- Created: 2019-03-20T17:48:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:22:07.000Z (over 3 years ago)
- Last Synced: 2024-04-30T07:17:45.997Z (about 2 years ago)
- Topics: nodejs, rest-api, restful-api, typescript
- Language: TypeScript
- Size: 595 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript REST api starter
Making a new api from scratch is annoying. Just use this. Ez PZ. You can 1 to 1 follow this pattern for a vanilla javascript api as well. This approach very testable and easy to work with.
### Entry Point
bin/www houses the starter code. You can run this via:
```
clone repo
npm i
npm start
*magic*
```
### Where to go from here
This gives you a barebones minimally functional restful web service or microservice. It includes full test integration and everything so you can go literally from this to a production level application.
### Requirements
You need docker installed to use the provided db, which is only a toy example