/event-tech-day

API create with nodejs, express, sequelize

Primary LanguageJavaScript

API Docs

Check it on PostMan Docs

Dev

Install

$ npm install

run dev

$ npm run dev

Database

In the repository dir you have a db dir, this contain the database schema, import this in your database.

After import the database go to src/models/ and open the connection.js file and set your database authentication info.

Routes

  • /api/talks
  • /api/speakers

Allow Methods

Method
GET or GET/{id}
POST
PUT/{id}
DELETE/{id}

Enjoy