/Printer-IQ

Primary LanguageTypeScript

Awesome Project Build with TypeORM

Printer App

Printer is a API for dealing with app printer.

Usage

fetch(https://iq-printer.herokuapp.com/)

Controler

API

  • /user/:id get for profile
  • /register post to register
  • /order post the user make order
  • /receiveorder get the library receive it

License

MIT

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command