Skip to content

danielerat/elearningSolvit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple rest api for an elearning platform

Main features

  • Create courses

  • Create Modules for courses

  • Create lessons for a specific module

  • Create contents for the module

Getting Started

First clone the repository from Github and switch to the new directory:

$ git clone https://github.com/danielerat/solvit_elearning.git
$ cd solvit_elearning

Install the project and you named it...

To install this project follow the following steps:

Install dependencies and the env

To install the dependencies and setup your virtual environment use

$ pipenv install 

Make Your migrations

$ python manage.py makemigrations

$ python manage.py migrate

running your server

You can now run the development server:

$ python manage.py runserver

About

A rest API for An Elerning platform for solvit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages