An open API service indexing awesome lists of open source software.

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

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