SombreroElGringo / TypeScript-RESTfulApi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 100.0%