Skip to content

marijaatwork/Users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small API used for the API Workshops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published