__ _____ __ _____ ___ ____________________ _________ ______ __
/ |/ /\ \/ /_ / / _ | / _ \ /_ __/ __/ __/_ __/ /_ __/ _ | / __/ //_/
/ /|_/ / \ / // / __ |/ , _/ / / / _/_\ \ / / / / / __ |_\ \/ ,<
/_/ /_/ /_/\___/_/ |_/_/|_| /_/ /___/___/ /_/ /_/ /_/ |_/___/_/|_|
- Node.js v10 LTS
- Postgres >10
$ yarn install
- Update postgres Connection string in config (local.json)
- Run
yarn start
to start the service. - Run
yarn watch
to start the service with watching enabled (PM2).
- REST API endpoint for creating a client object. [Done]
- REST API endpoint for reading client object. [Done]
- REST API endpoint for reading all clients. [Done]
- REST API endpoint for updating client object. [TODO]
- REST API endpoint for deleting a client object. [Done]