Urban dictionary clone written using Python and the Flask framework in 30 minutes. It's very easy to modify, as the python part is less than 50 lines long!
- Unzip the file to where you want to run your instance of wedefine
- Go to the directory and type
pip install -r requirements.txt
- Go to the directory and type
python main.py
- (Optional but reccomended) Use an nginx reverse proxy for ssl and more.
Contributions are welcome, please create a pull request and explain what you changed.