Skip to content

TDT4140-Breeze/Breeze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breeze

Installation

  • Clone repository from Github
  • Install and configure an empty postgreSQL database
  • Install requirements outlined in requirements.txt with pip install -r requirements.txt
  • Run python manage.py makemigrations and python manage.py migrate
  • Start the redis server
  • Start the Django server with 'python manage.py runserver'
  • Breeze is now running on your localhost

Preferred workflow

  1. Create feature branch from development
  2. Do work on feature branch
  3. Merge feature branch back into development with git merge --no-ff branch-name
  4. When code in development branch is deemed production ready, it can be merged into master

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published