Blog Aggregator
Usage
Check out the documentation on how to use the API.
Installation
Make sure you have the following tools installed on your machine.
Running the project
Firstly make sure you have a PostgreSQL database running on your machine.
Then create a database with the name you want (blogator
is the default) and run the migrations.
make migrate/up
After that, you can run the project with the following command:
make run
Running the tests
To run the tests, you can use the following command:
make test