Skip to content

raj-sahu/XMeme

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published