Skip to content

DevelopersGuild/api-da-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loftly Analytics Application

Contains both frontend and backend code for the Loftly Analytics Application useful for collecting survey information from users about Loftly and improvements.

Setup the Development Enviroment

Create a .env file in the project root.

    # The .env file should contain 
    MONGO_URI = mongodb://localhost:27017

Start the Database

    sudo mongod
    #MacOS Catalina:  sudo mongod -dbpath=/usr/local/var/mongodb

Start the actual application

    # We recommend setting up a virtualenv before this
    pip install -r requirements.txt
    python app.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published