erkinpolat / capstone-database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 97.0%Language:JavaScript 1.1%Language:HTML 1.1%Language:CSS 0.8%Language:Shell 0.0%