Skip to content

Latest commit

 

History

History
100 lines (79 loc) · 2.42 KB

README.md

File metadata and controls

100 lines (79 loc) · 2.42 KB

XMeme:

Table of Contents

About The Project

This is a fancy project to share dope Memes / Images

Built With

Html

Python JQuery

Getting Started

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

Installation

chmod +x install.sh
sudo ./install.sh

Usage

chmod +x server_run.sh
./server_run.sh

Dockerized Way:

Build:

docker build -t xmeme_app .

Run :

docker run -d --net="host" rajsahudocker/xmeme_app