edrcosta / api-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project still in development

Requirements

Docs

On documentation folder you find a postman collection... also a mysql worckbench model describing the database.

install and running

  1. clone this project.
  2. go into the root folder.
  3. type npm install
  4. setup the database with the worckbench model (@todo sequelize migrations)
  5. npm start

Availiable endpoints

  • POST: /authentication
  • GET: /auction/:id
  • PUT: /auction/:id/end
  • PUT: /auction/:id/start
  • POST: /auction/:auctionId/bid
  • POST: /auction

About


Languages

Language:TypeScript 100.0%