chubuntuarc / TS-Node-MySQL-REST-API-Template

Template to create a simple REST API using NodeJS , MySQL and Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Basic REST API Template

Template to build a simple REST API using NodeJS + MySQL + typescript.

Report Bug · Request Feature

Table of Contents

About The Project

Template to create a simple REST API using NodeJS , MySQL and Typescript.

Built With

We work with the next technologies and apps in this App.

Getting Started

Clone the repo, then get run the node commands.

How it works

clone the repo.

git clone {thisRepoUrl}.gti

Install the dependencies.

npm install

Run the project

DEV MODE
npm run dev

...............................
PRODUCTION MODE
npm run build
npm run start

DEV Notes

About

Template to create a simple REST API using NodeJS , MySQL and Typescript.


Languages

Language:TypeScript 100.0%