Skip to content

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

Notifications You must be signed in to change notification settings

jeanpierm/canicat-backend

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published