ncss / projects-2017-3

NCSS 2017, Group 3
6 stars 2 forks source link

Find It!

NCSS 2017, Group 3 - the best group

Running from source

Clone the repo:

$ git clone https://github.com/ncss/projects-2017-3/

Create the database:

cd db/
python db_create.py

Start the server:

python server.py

The server runs by default at localhost:8888. (Type localhost:8888 into a browser to view)


Here is a version of how to run the project with screenshots.

How to run Find It!, with screenshots

This how-to is made quickly for GitHub Desktop.

In shell, if you want to run a Python file named file.py for example, you can type in python db_create.pyonce you're in the directory of the file.

Messages will keep appearing in the shell as you do things on the site, this is expected.

How to open the project (in Atom), with screenshots


If you have any ideas or comments on this tutorial, please feel very free to add.