GithubHelp home page GithubHelp logo

adamdavis99 / easy-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mohitkh7/easy-learning

0.0 0.0 0.0 1.45 MB

A django based social platform which provides best resources to learn anything curated by community members.

Python 56.97% HTML 39.11% CSS 3.09% JavaScript 0.83%

easy-learning's Introduction

PRs Welcome made-with-python Slack Status

Easy-Learning

Easy Learning will be a comprehensive web based interactive tool with a complete list of resources to learn any stuff, skills, subject based on community feedback, further tailored according to your learning ability which will also be filterable and searchable.

Setup Instruction

  • Create a new directory at desired place in your file system
mkdir name_of_your_choice
cd name_of_your_choice
  • Create a virtual environment in recetly created directory and activate it:
python3 -m venv env
source venv/bin/activate
  • Clone the repository and enter to the repository:
git clone https://github.com/mohitkh7/Easy-Learning.git
cd Easy-Learning
  • Next, install the dependencies using pip:
pip install -r requirements.txt
  • After this create database in mysql:
mysql -u root -p<your_mysql_password>
CREATE DATABASE easylearning CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON easylearning.* TO admin@localhost IDENTIFIED BY 'thepassword';
FLUSH PRIVILEGES;

Here admin and thepassword should be same as USER and PASSWORD defined in database settings in startlearning/settings.py.

  • Once the database table is created, Migrate your database.
python3 manage.py migrate
  • Then create a superuser account for Django:
python manage.py createsuperuser
  • Finally, you’re ready to start the development server:
python manage.py runserver

Visit localhost:8000 in your browser to see how it looks.

Contributing

You can contribute in several ways. If you know how to code or are a designer, you are welcome to contribute using pull requests.

You can also contribute by opening issues about defects and things that could be improved or request entirely new features that you think would help others.

Join the Slack Communication Channel

easy-learning's People

Contributors

mohitkh7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.