Skip to content

This repository is a kit containing an app created using Node.js and TypeScript which can be used as base to build simple REST APIs.

License

Notifications You must be signed in to change notification settings

adrianoapj/nodejs-ts-rest-kit

Repository files navigation

Node.js REST API Kit

This repository is a Node.js with TypeScript kit which can be used to build simple REST APIs.

Instructions to Run

1 - Clone this repository:

git clone https://github.com/adrianoapj/nodejs-ts-rest-kit

2 - Open the directory where the repository was cloned.

cd nodejs-ts-rest-kit

3 - Install all dependencies.

npm install

or

yarn

4 - Run the server.

npm run dev

or

yarn dev

License

This project is licensed under MIT License, for more info about it, take a look at LICENSE file.

About

This repository is a kit containing an app created using Node.js and TypeScript which can be used as base to build simple REST APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published