Keep track of shared articles
Prerequisites:
- Docker
- docker-compose
Clone the repo, then run:
$ cp example.env .env
$ docker-compose up
Now you should have the application running on localhost.
You can log in with username 'root' and password 'root'.
A local environment is needed to run tests and debug the application.
Prerequisites:
- Python 3
- Poetry
$ poetry install
$ poetry shell
Start docker-compose and configure the app to use the database running in Docker:
$ docker-compose up -d
$ cd linkely
$ POSTGRES_HOST=localhost ./manage.py test
$ docker-compose down
See Semantic UI - Getting started for further instructions.
Install gulp and semantic-ui
cd frontend
sudo npm install -g gulp
npm install semantic-ui --save
Then build semantic
cd semantic
gulp build
See the API docs