Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 612 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 612 Bytes

AskBid Backend

SE Project in 2110423 SOFTWARE ENG @CU

Preparation

  • Install GraphicsMagick. In Mac OS X, you can simply use Homebrew and do
    $ brew install graphicsmagick
  • Create dbConfig.js and keys.js and move to folder config
  • Create MySQL database by using AskBid.sql
  • Install yarn by
    $ npm install -g yarn
  • Run following command at app directory
    $ yarn install

Start Server

  • Run following command at app directory
    $ yarn server

Documentation

  • Swagger at path /api-docs