Skip to content

Tourism mobile platform developed with Django + React to study TDD and PWAs

Notifications You must be signed in to change notification settings

caiomartins1/ubi-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWA Project

Project setup

Follow this steps to run the project on your machine.

  1. Clone the repository
  cd your_workspace
  git clone https://github.com/caiomartins1/ubi-project.git
  cd ubi-project
  1. Start the backend
  # Make sure you are in the ubi-project root directory
  cd backend

  # Create a new virtual enviroment
  python3 -v venv venv

  # Activate your venv
  source venv/bin/activate

  # Change directory to django app folder
  cd ubi_project

  # Install project dependencies in your venv
  pip install -r requirements.txt

  # Setup .ENV variables
    # Rename ubi_project/ubi_project/.env.example to ubi_project/ubi_project/.env
    # Fill the variables with your postgresql credentials

  # Run the migrations
  python manage.py migrate

  # Ready to go! Start server
  python manage.py runserver

About

Tourism mobile platform developed with Django + React to study TDD and PWAs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published