Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.38 KB

README.md

File metadata and controls

63 lines (52 loc) · 1.38 KB

Gamedog Website

A website for game lovers. Search for popular games, leave a comment and follow your new friends!






Features

Real-time inbox notification







Full-text search powered by Elasticsearch


















Access to the whole chat history




Get Started

For macOS

Install search enginee

$ brew install elasticsearch

Start the enginee

$ usr/local/bin/elasticsearch &

Set the environment

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install flask
$ pip install flask-sqlalchemy
$ pip install flask-migrate
$ pip install flask-login
$ pip install elasticsearch
$ pip install flask-wtf

Export env variable

$ export FLASK_APP=project.py

Start app

$ flask run

Go to "localhost:5000"



Acknowledgments

Tutorial: Miguel Grinberg - The Flask Mega-Tutorial