Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karmek-k/friendly-notes
📝 A friendly note posting service :)
https://github.com/karmek-k/friendly-notes
django docker notes pastebin syntax-highlighting
Last synced: 19 days ago
JSON representation
📝 A friendly note posting service :)
- Host: GitHub
- URL: https://github.com/karmek-k/friendly-notes
- Owner: karmek-k
- License: agpl-3.0
- Created: 2020-08-13T16:29:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T18:19:25.000Z (about 4 years ago)
- Last Synced: 2024-11-12T05:31:07.299Z (3 months ago)
- Topics: django, docker, notes, pastebin, syntax-highlighting
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# friendly-notes
## Installation
### With docker and docker-compose
Copy `.env.template` to `.env` and modify it
(you probably won't have to change DB_HOST from `db`):```
cp .env.template .env
nano .env
```Run docker-compose in detached mode:
```
docker-compose up -d
```## Technologies used
- web framework: Django
- database: PostgreSQL
- reverse proxy: nginx
- containerization: Docker