Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanelso2/findmythesis
https://github.com/tanelso2/findmythesis
fun
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanelso2/findmythesis
- Owner: tanelso2
- License: unlicense
- Created: 2018-08-07T04:10:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T01:22:25.000Z (4 months ago)
- Last Synced: 2024-10-11T19:18:39.071Z (about 1 month ago)
- Topics: fun
- Language: Python
- Homepage: https://findmythesis.com
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A simple website for generating thesis topics
Uses a google spreadsheet that my friend maintains as its source of phrases
View it at: [https://findmythesis.com](https://findmythesis.com)
# Getting Started
First, install Docker using the instructions in their [docs](https://docs.docker.com/install/)## Building
After Docker is installed and running, you should be able to build the code using the provided `build.sh` script or run the following from the root of this project:
```bash
docker build -t your-thesis-statement:latest .
```If this build script fails because you don't have a secret.json file, run `touch secret.json` to create an empty file. If you want a real one to test with, contact the owner of this repo (but don't expect a timely reply)
## Running
To run, run the `run.sh` script.You should now be able to go to [http://localhost:5000/test](http://localhost:5000/test) in your browser and view the site using a pre-generated test thesis
# How to contribute
Pull requests are welcome!
If you've never created one before, you can try [this guide](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github)