Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.31 KB

Google Developers Group Zamboanga Web Application

This project is an internship requirement for the course B.S. Computer Science in Western Mindanao State University.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Python 3.x with Django 2.x and virtualenv package installed

Installing/Testing

*Assuming you have installed Python 3.x, Django 2.x and created a virtual environment using virtualenv
  1. Activate virtual environment
  2. Navigate to source directory
  3. Install project package requirements (pip install -r requirements.txt)
  4. Create database (python manage.py migrate)
  5. Create superuser (python manage.py createsuperuser)
  6. Runserver (python manage.py runserver)

Deployment

This project was deployed using Heroku (https://devcenter.heroku.com/articles/deploying-python)

Built With

  • Django 2.x - The web framework used
  • Bootstrap 4 - Dependency Management

Authors

  • NthnyVllflrs (Anthony Villaflores)