Test project for REST-like API (HATEOAS is unnecessary) for an online blog.
This project uses SQLite as its database.
- Apply migrations:
python manage.py migrate
To run the application, execute this command in your terminal:
python manage.py runserver 5001
Now you can open your browser and visit http://localhost:5001 to view the app.