node-rest-api 🚀

Testing simple RESTful APIs with NodeJS, Express and Postgres 🥃

Run the App locally 🚴🏼

Run the Postgres container:

docker compose up -d node_db

Run the node app:

docker compose up -d node_app

And check if both of them are up and running:

docker ps -a

Misc 🍣

Survey 📝

References 🏔️


)