Skip to content

denvaar/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio site

I'm using Django Rest Framework for the API backend, and React for the front.

Getting this project running is easy to do:

  • docker-compose build
  • docker-compose up

Hop into the server container and migrate the database:

django-admin migrate

Install any fixtures, and create a superuser account for the wonderful Django admin:

django-admin createsuperuser

React and API will be running on localhost:3000 and localhost:8000.

🐈

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published