https://github.com/dev-t2/learn-express
Learn Express using TypeScript
https://github.com/dev-t2/learn-express
axios eslint express morgan nodejs nodemon typescript
Last synced: 8 months ago
JSON representation
Learn Express using TypeScript
- Host: GitHub
- URL: https://github.com/dev-t2/learn-express
- Owner: dev-t2
- Created: 2021-04-02T16:14:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T05:37:55.000Z (almost 2 years ago)
- Last Synced: 2023-12-17T15:55:29.334Z (almost 2 years ago)
- Topics: axios, eslint, express, morgan, nodejs, nodemon, typescript
- Language: TypeScript
- Homepage:
- Size: 1.63 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# References
- [Node.js](https://nodejs.org)
- [TSNode](https://typestrong.org/ts-node)
- [TSConfig](https://www.typescriptlang.org/tsconfig)
- [ESLint](https://eslint.org)
- [Express](https://github.com/expressjs/express)
- [Nodemon](https://github.com/remy/nodemon)
- [Morgan](https://github.com/expressjs/morgan)
- [REST Client](https://github.com/Huachao/vscode-restclient)
- [Axios](https://axios-http.com)
- [Prisma](https://www.prisma.io)