Skip to content

I-m-Parthian/Edukart

Repository files navigation

EduKart - A Learning Manahment System

Usage

  • Can directly access the website link : Currently not working
  • In order to play with the code clone this repo to your local system

Installation

Prior to run this project on the local server one must install following dependencies inside the root directory of the project:

$ bundle install
$ yarn

Note : Database used in the project is postgres. So, one must install postgres prior running this project

  • creating and migrating database
$ rake db:create
$ rake db:migrate
  • Hosting a local server
$ rails server

About

A learning management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published