Skip to content

onerbs/orion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
AAAA
Sep 12, 2021
a3f7649 · Sep 12, 2021

History

2 Commits
Sep 12, 2021
Sep 12, 2021
Sep 12, 2021
Sep 10, 2021
Sep 12, 2021
Sep 12, 2021

Repository files navigation

🌌 Orion

Fetch, display and filter users.

This is an exercise project.

Getting Started

Make sure you have docker and docker-compose installed on your machine and run:

docker-compose up

You can also run each project without Docker. cd into the project folder and run:

npm run dev

The backend will use the port 2500

curl http://localhost:2500/api/users
curl http://localhost:2500/api/attrs

The frontend will use the port 3500

$BROWSER http://localhost:3500

Technologies

Backend

Frontend