Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 :)

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