Skip to content

ParitoshGavali/Anime-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anime-Website (Animedia)

To create a Social Media platform for anime nerds, where they can rate and keeptrack of the anime, interact in discussion forums and post their thoughts as posts.

How to run :

To add the necessary libraries run the following after the clonning is done. Please install pip module for downloading python packages.

pip install django-crispy-forms
pip install Pillow

To run the website first you need to configure the database with the following :

python3 manage.py migrate --run-syncdb
python3 manage.py migrate makemigrations
python3 manage.py migrate

Now to run the server : python3 manage.py runserver Some additional commands

  • python3 manage.py createsuperuser | To create an admin in Django

NOTE : Never add migrations files while commiting your changes

Targets to be achieved :

  1. Base mode : Basic Structure
  • ✔️ Making an anime database
  • Backend for user (User model + basic pages like login, homepage, logout)
  • Bcakend for animelist (Animelist model + animepage, rating and comments)
  • Wakeau (posts created by user)
  • Search bar for searching users and animes
  1. SSJ : Basic Features
  • Additional features of the user like his favourates
  • Animedatabase handelling app in Django
  • Adding disscussion forums for anime where people can discuss about the latest episode
  1. SSJ 2 : Visual Overhaul
  • Finalising theme and visuals
  • Finalising name and logo
  • Fixing some unknown bugs
  1. SSJ 3 : Additional Features
  2. SSG : Hosting
  3. SSB : Expansion phase
  4. UI : Making an android app

About

To create an Social Media platform for anime nerds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •