harshhes / meme-generator

meme-generator-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meme-Generator-Tool

Naming conventions followed

  • variable, files and folders:- snake_case
  • classes and names:- CamelCase

Follow the steps below to set up the project locally

  • Install all the dependencies and packages required for the project by pip install -r requirements.txt
  • Run the Django server python manage.py run server
  • Migration file should be migrated using the command python manage.py migrate
  • If you did everything correctly, you should be able to see the application live at http://localhost:8000

About

meme-generator-tool


Languages

Language:Python 52.6%Language:JavaScript 23.0%Language:HTML 15.5%Language:CSS 8.9%