News app based on RSS feeds
Setup a file called .env
in the root directory with the following content:
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432
POSTGRES_DB_NAME=postgres
BASIC_USER=user
BASIC_PASSWORD=password
Use different values for production
- Clone this repo
- Run
make fe_install
- Run
make fe_dev
- Open a new terminal
- Run
make postgres_run
- Run
make be_dev