-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# wedefine | ||
Urban dictionary clone written using Python and the Flask framework in 30 minutes. | ||
It's very easy to modify, as it's only 53 lines long! | ||
|
||
## Setup instructions | ||
|
||
1. Unzip the file to where you want to run your instance of wedefine | ||
2. Go to the directory and type `python main.py` | ||
3. (Optional) Use an nginx reverse proxy for ssl and more. | ||
|
||
## Help us | ||
Contributions are welcome. |