Skip to content

My CS50’s Web Programming with Python and JavaScript Final Project

Notifications You must be signed in to change notification settings

rcorrei4/cs50w-ibdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my capstone project that I made for CS50's Web Programming with Python and Javascript 2020 course

IBDb

IBDb is a collaborative library editing, you can create a page for a book and anyone can help improving the page, it was inspired by the collaborative editing form of wikipedia, where all users can edit a wiki and thus form quality content. The name was totally inspired by the IMDb (Internet Movie Database).

IBDb

Technologies

  • Python3.8
  • Django
  • SQLite
  • Bootstrap
  • SwiperJS

Run

Requirements

  • Python3 or above

Pip modules

You can install all pip modules with this command inside the folder:

python3 -m pip install -r requirements.txt or pip3 install -r requirements.txt

After installing requirements you can type this command to start the application:

python3 manage.py runserver

Extra

There were other projects during the course, but as far as I remember, CS50 did not recommend sharing these projects because they were the same for other people, which would facilitate plagiarism. However you can view each project requirements:

About

My CS50’s Web Programming with Python and JavaScript Final Project

Resources

Stars

Watchers

Forks