Giter Site home page Giter Site logo

courseregistration_test's Introduction

Course Registration System

Project Description

The project is a Course Registration System built with Laravel and VueJS. This project repository also includes available API endpoints for any developer willing to integrate their application with the system. The available features of the project include

  1. Login and registration for students and admin
  2. Uploads of courses by the admin
  3. Profile update
  4. Course Recommendation
  5. Course Registration

Newly Registered users are registered are registered as students

Project Workflow

Admin

After the admin is authenticated, they can navigate to the management part where they can manage the registered students and upload courses. An admin can also try out the course registration to see have a view of what users sees. The default Admin Login is: Email: [email protected] Password: admin

Student

New Users are registered as student, the only activity that can be performed by a student is course registration, the student selects the session and semester after which they will be able to see the available courses for the selected session

Project Setup(Web Portal)

Cloning the GitHub Repository.

Clone the repository to your local machine by running the terminal command below.

git clone repo-url

Setup Database

Create your a MySQL database and note down the required connection parameters. (DB Host, Username, Password, Name)

Install Composer Dependencies

Navigate to the project root directory via terminal and run the following command.

composer install

Install NPM Dependencies

While still in the project root directory via terminal, run the following command.

npm install

or if you use yarn instead

yarn

Create a copy of your .env file

Run the following command

cp .env.example .env

This should create an exact copy of the .env.example file. Name the newly created file .env and update it with your local environment variables (database connection info and others).

Generate an app encryption key

php artisan key:generate

Migrate the database

php artisan migrate

Seed the default data

php artisan db:seed

Import the course into database

import courses.sql and electives.sql into the created database

Future Possible Updates

The following features are to be added in the next available upgrade of the system.

  1. Ability to register courses against student.
  2. Students will be able to see courses they have registered in the past.

License

MIT

courseregistration_test's People

Contributors

ajosav avatar

Stargazers

 avatar

Watchers

 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.