Skip to content

YilinYan/gamedog-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Course project for Database Management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published