https://github.com/harshitsinghai77/nemo-backend
Nemo Backend
https://github.com/harshitsinghai77/nemo-backend
Last synced: about 1 month ago
JSON representation
Nemo Backend
- Host: GitHub
- URL: https://github.com/harshitsinghai77/nemo-backend
- Owner: harshitsinghai77
- Created: 2021-06-01T21:58:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T16:00:39.000Z (about 2 months ago)
- Last Synced: 2025-02-15T17:18:11.545Z (about 2 months ago)
- Language: Python
- Homepage: https://nemo-landing-page.netlify.app/
- Size: 12.8 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fastapi - Nemo - Be productive with Nemo. (Projects / Open Source Projects)
- awesome-fastapi - Nemo - Be productive with Nemo. (Projects / Open Source Projects)
README
# Backend powering Nemo
## Nemo:
https://nemo-landing-page.netlify.app/
## Tech
1. Python
2. FastAPI
3. Postgres Heroku for prod and Docker container for local setup.
4. Async database support using Async Sqlalchemy ORM.
5. Frontend (React) hosted on Netlify (https://nemo-app.netlify.app/)
6. Backend hosted on Heroku and DETA.## Nemo
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/
## Deployment
Heroku Deployment:
https://nemo-python.herokuapp.com/DETA Deployment:
https://nemo.deta.dev/AWS Deployment
https://jt5o8ghpdk.execute-api.us-east-1.amazonaws.com/### Deploy to AWS
```docker build -t nemo-backend .```
```docker run -d -p 3000:3000 --name nemo-backend nemo-backend```
```docker cp :/app/lambda_function.zip $(pwd)```
```cdk deploy --profile ```
or try
```npx cdk deploy --profile ```