node-api-starter
Example application showcasing how to create a RESTful API using Node.js and connect it to popular backends like:
Setup
This project leverages Docker Compose to simplify deployment of infrastructure. Multiple backends are used to demonstrate many common use cases.
docker-compose up
Testing
This project uses Jest for automated testing.
npm test