This is a fancy project to share dope Memes / Images
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.The server is runned on port 8081 in the below instructions.
Directory Structure
-- iamrajkashyap-me_buildout_xmeme
|-- Backend
| |-- main.py
| |-- requirements.txt
| `-- test.db
|-- Dockerfile
|-- Frontend
| |-- icon.png
| |-- index.html
| |-- scripts
| | |-- app.js
| | |-- particles.js
| | `-- typed.js
| `-- styles
| |-- styles.css
| |-- styles.css.map
| `-- styles.scss
|-- Procfile
|-- README.md
|-- addMeme.sh
|-- install.sh
|-- requirements.txt
|-- server_run.sh
`-- sleep.sh
chmod +x install.sh
sudo ./install.sh
chmod +x server_run.sh
./server_run.sh
Build:
docker build -t xmeme_app .
Run :
docker run -d --net="host" rajsahudocker/xmeme_app