_ _ _
__| |(_)__ _ _ _ __ _ ___ _ __ _ _ ___ (_)___ __| |_
/ _` || / _` | ' \/ _` / _ \ | '_ \ '_/ _ \| / -_) _| _|
\__,_|/ \__,_|_||_\__, \___/ | .__/_| \___// \___\__|\__|
|__/ |___/ |_| |__/
A Student Study Website.
- User Authentication
- ToDo List App
- Homework
- YouTube Search
- Notes Taking
- Dictionary Search Feature
- WikiPedia Search Feature
- Google Books Search Feature
Clone Repository '''bash $ git clone https://github.com/Ayomisco/optistud.git '''
Change Directory to Project File '''bash $ cd optistud '''
Create a virtual enviroment to work inside.
$ virtualenv my-environmentJump in and turn it on.
$ cd my-environment
$ . bin/activateInstall modules in requirements.txt.
$ pip install -r requirements.txtMake Migrations.
$ python manage.py makemigration
$ python manage.py migrateNow that you have setup the project, run it on your local system
'''bash $ python manage.py runserver '''
That is it we're done. Enjoy!!!





