https://github.com/londheshubham153/django-notes-app
https://github.com/londheshubham153/django-notes-app
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/londheshubham153/django-notes-app
- Owner: LondheShubham153
- Created: 2023-03-04T20:27:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T09:28:44.000Z (7 months ago)
- Last Synced: 2024-10-18T03:24:57.906Z (7 months ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 138
- Watchers: 2
- Forks: 2,257
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
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`