Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 508 Bytes

Users API

This is a small API which will be used for API workshops. The backend is json file.

In order to run this locally, here are preconditions:

  1. Install brew

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

  2. Install node

https://formulae.brew.sh/formula/node

  1. Clone the repo

  2. cd into project folder

  3. npm install

  4. node index.js

The server is running on port 3000, so go to http://localhost:3000/users to test