Skip to content

Online workspace app to let students upload and share class notes with each other

Notifications You must be signed in to change notification settings

stephaniele/notebuddy

Folders and files

NameName
Last commit message
Last commit date
Dec 16, 2021
Dec 16, 2021
Dec 10, 2021
Dec 10, 2021
Dec 13, 2021
Dec 15, 2021
Dec 10, 2021
Dec 13, 2021
Dec 8, 2021
Dec 6, 2021
Dec 15, 2021

Repository files navigation

Notebuddy

Notebuddy is a website where students can create and join workspaces, inside which they can upload their notes to share with each other.

Setting up the environment and running the app

  1. Make sure you have python3 and pip3 installed
  2. Go to the project directory and start a virtual environment
python3 -m venv [name]
source [name]/bin/activate
  1. Install project dependencies in your virtual environment. This makes sure that all of our dependencies are synced up:
pip3 install -r requirements.txt
  1. Run reset_db.py to create a database:
python3 reset_db.py
  1. Run server.py to start the app:
python3 server.py

Everything up to date and ready to run!

About

Online workspace app to let students upload and share class notes with each other

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published