Check it on PostMan Docs
Install
$ npm install
run dev
$ npm run dev
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.
- /api/talks
- /api/speakers
Method |
---|
GET or GET/{id} |
POST |
PUT/{id} |
DELETE/{id} |