Database Management System for Capstone Students

* To Run the Project:

Set your directory to the folder called bookmarks

1. Create a virtual environment: 

	$ python3 -m venv my_env
	$ source my_env/bin/activate

(The first command might be python or python3 based on your computer and the version of Python)

2. Install the necessary packages: 

	$ pip install -r requirements.txt

3. Run the server:

	$ python manage.py runserver