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

https://github.com/londheshubham153/django-notes-app


https://github.com/londheshubham153/django-notes-app

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Simple Notes App for TWS Community
This is a simple notes app built with React and Django.

## Requirements
1. Python 3.9
2. Node.js
3. React

## Installation
1. Clone the repository
```
git clone https://github.com/LondheShubham153/django-notes-app.git
```

2. Build the app
```
docker build -t notes-app .
```

3. Run the app
```
docker run -d -p 8000:8000 notes-app:latest
```

## Nginx

Install Nginx reverse proxy to make this application available

`sudo apt-get update`
`sudo apt install nginx`