Skip to content

Firebook: A Web Based Emergency Reporting Application

Notifications You must be signed in to change notification settings

nthnyvllflrs/Firebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebook: A Web Based Emergency Reporting Application

This project is a Capstone 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
  • Bootstrap 4
  • Google Map API's

Authors

  • NthnyVllflrs (Anthony Villaflores)

About

Firebook: A Web Based Emergency Reporting Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published