GitHub - srct/where: Map out points of interest at Mason, like water fountains, bathrooms, and study spots. · GitHub
Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

srct/where

Folders and files

Repository files navigation

Where

Find stuff at GMU

Get Started

The backend is written with Flask, a lightweight Python framework for web services.
To run the backend:

  • Create and activate a Python virtual environment (optional)
  • Download the dependencies with pip install -r requirements.txt in the base directory
  • Create the development database by running alembic upgrade head
  • Set the FLASK_APP environmental variable:

On Mac or Linux:

export FLASK_APP=where.app

In Windows cmd

set FLASK_APP=where.app

In Powershell

$env:FLASK_APP = where.app
  • Start the development server with flask run.

Frontend

The frontend is written in Angular, see where-web for more info

About

Map out points of interest at Mason, like water fountains, bathrooms, and study spots.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors