An open API service indexing awesome lists of open source software.

https://github.com/harshitsinghai77/nemo-backend

Nemo Backend
https://github.com/harshitsinghai77/nemo-backend

Last synced: about 1 month ago
JSON representation

Nemo Backend

Awesome Lists containing this project

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 ```