Coffee-WIP / coffeewip-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coffeewip-rest-api

Api rest to get data to be showed on Coffewip site.

Steps to get up and running the api.

  1. Clone repository.
  2. Execute npm install to get dependencies.
  3. Create a copy of code/src/.env-example as .env and fill it with variable appropiate values.
  4. Execute make up to get up and running the api.

You will have it available on localhost:3000 with this routes:

  • localhost:3000/users: Get a JSON formated list of slack users.

About


Languages

Language:TypeScript 86.2%Language:Makefile 13.8%