This web app is intended to simulate a simple CRUD operation and calling API on others services.
- Create
.envfile in the api directory and put mongodb credential as ENV variables (use.env-templatefile to start and change file name into.env). - Use
docker compose upon root DIR. to start API and WEB services.
You can use supplied Dockerfile to deploying into container orchestration or any serverless provider.
- Open backend director
cd backend - Use
npm startornode server.js - Start API server as above.
cd frontend/src- Use
npm run startto start in development mode. - Use
npm run testto include test scenario running in the backgroud / integrate with CI/CD pipeline.
- Fastify
- React.js
- Jest
- Material-ui
@bram_abe