Skip to content

Crime tracker portal for a fictional police department.

Notifications You must be signed in to change notification settings

intchrkl/crime-tracker

Repository files navigation

crime-tracker

Crime tracker portal for a fictional police department.

Table of Contents

About

This project is a crime tracking portal for a fictional police department. The project was built using Ruby on Rails with a functional DB, and a frontend implemented using Ruby and React. The portal features secure authentication and authorization.

Installation

Instructions on how to install and set up this project locally.

  1. Clone the repository:
    git clone https://github.com/intchrkl/crime-tracker.git
  2. Install dependencies:
    bundle install
    

Usage

Instructions on how to run this project locally

  1. Start the rails server

    rails server
    
  2. Go to your local host port to use the portal

    http://localhost:{your-port}/

  3. Use the login below to access features of the portal

    username: jgordon
    password: secret

About

Crime tracker portal for a fictional police department.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published