https://nemo-landing-page.netlify.app/
- Python
- FastAPI
- Postgres Heroku for prod and Docker container for local setup.
- Async database support using Async Sqlalchemy ORM.
- Frontend (React) hosted on Netlify (https://nemo-app.netlify.app/)
- Backend hosted on Heroku and DETA.
Nemo is your little helper and companion no matter if you need to focus, tune out other noises or if you want to have a moment of calm and relaxation.
LandingPage: https://nemo-landing-page.netlify.app/
Demo: https://nemo-app.netlify.app/
Heroku Deployment: https://nemo-python.herokuapp.com/
DETA Deployment: https://nemo.deta.dev/
AWS Deployment https://jt5o8ghpdk.execute-api.us-east-1.amazonaws.com/
docker build -t nemo-backend .
docker run -d -p 3000:3000 --name nemo-backend nemo-backend
docker cp <container_id>:/app/lambda_function.zip C:\Users\<user>\Documents\Projects\nemo-backend
cdk deploy --profile <your-profile>