A NodeJS (AdonisJS Framework) version of the MCPro app.
This app is so small and lightweight since the data being served is in json
file
-
Clone this app and go to the root folder
-
Issue cmd:
docker-compose up -d --build
-
Check if everything is working: Go to: http://localhost:8001
-
Check if you can fetch all countries: http://localhost:8001/countries
-
Enjoy!
-
Go to the project folder
-
Run
npm start
-
Enjoy