https://github.com/kalwar/typescriptrest
A simple app for creating REST API using TypeScript, Node and Express
https://github.com/kalwar/typescriptrest
express node nodejs rest-api simple-app todo-app typescript
Last synced: 2 months ago
JSON representation
A simple app for creating REST API using TypeScript, Node and Express
- Host: GitHub
- URL: https://github.com/kalwar/typescriptrest
- Owner: kalwar
- License: mit
- Created: 2022-03-10T12:09:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T12:14:10.000Z (over 4 years ago)
- Last Synced: 2025-12-13T11:43:04.220Z (7 months ago)
- Topics: express, node, nodejs, rest-api, simple-app, todo-app, typescript
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# TypeScript-REST
This project is used for learning TypeScript, Express and Node together.
# Steps to follow
1. `npm install` (to install dependencies)
2. `npm start` (to start the nodemon server)
3. You can check the `localhost:3003`
4. Use [POSTMAN](https://postman.com) to send RESTful requests
# TypeScript-REST App (step-by-step)
TypeScriptRESTApp using TS/Node/Express
# Use for reference
Use solely for reference material only