jeanpierm / canicat-backend

RESTful API for Canicat App. Built with Express.js, TypeScript, Sequelize (SQL ORM) and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CANICAT REST API

For install dependencies execute:

npm install

For run the server execute:

npm run start

For run with very useful logs execute:

npm run debug

For create database schema on MySQL execute in some MySQL CLI:

create database canicatdb;

For edit database config go to:

/src/config/db.config.ts

About

RESTful API for Canicat App. Built with Express.js, TypeScript, Sequelize (SQL ORM) and MySQL


Languages

Language:TypeScript 100.0%Language:Procfile 0.0%