/Xmeme

Primary LanguageJavaScript

Make sure you have python3 and git installed on your local machine.

Getting Started

Setup project environment-

$ sudo apt-get update -y
$ sudo apt-get install python3-pip -y
$ sudo apt-get install python3-venv -y

# git clone git-link-of-the-project
# cd project-name

$ python3 -m venv env
$ source env/bin/activate
$ source project-env/bin/activate
$ pip3 install -r requirements.txt

$ python manage.py migrate
$ python manage.py runserver

Frontend

You can cd into the xmeme-frontend folder, and follow the readme there.

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.