Skip to content

code-worm19/built_global_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

VacoBuilt Backend (REST API)

Test project for REST-like API (HATEOAS is unnecessary) for an online blog.

Database

This project uses SQLite as its database.

Get Started

  1. Apply migrations:
python manage.py migrate

Running the Application

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages