Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 335 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 335 Bytes

TypeScript-RESTfulApi

This is a simple RESTful API developed with TypeScript, Express & Mongoose

Set up

To install dependencies

npm install

To transpile .ts files to .js run

npm run ts

To start the application

npm start

This will run on port 3000 you can change on config or add a PORT in the file .env