Skip to content

Ayomisco/optistud

Repository files navigation

     _  _                                    _ 
  __| |(_)__ _ _ _  __ _ ___   _ __ _ _ ___ (_)___ __| |_ 
 / _` || / _` | ' \/ _` / _ \ | '_ \ '_/ _ \| / -_) _|  _|
 \__,_|/ \__,_|_||_\__, \___/ | .__/_| \___// \___\__|\__|
     |__/          |___/      |_|         |__/            

A Student Study Website.

Project Preview Project Preview Project Preview Project Preview Project Preview Project Preview

Features

  • User Authentication
  • ToDo List App
  • Homework
  • YouTube Search
  • Notes Taking
  • Dictionary Search Feature
  • WikiPedia Search Feature
  • Google Books Search Feature

Requirements

Getting started

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-environment

Jump in and turn it on.

$ cd my-environment
$ . bin/activate

Install modules in requirements.txt.

$ pip install -r requirements.txt

Make Migrations.

$ python manage.py makemigration
$ python manage.py migrate

Now that you have setup the project, run it on your local system

'''bash $ python manage.py runserver '''

That is it we're done. Enjoy!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors