Skip to content

Course Management System. ( Redesign of curiosity web app both front-end and back-end )

Notifications You must be signed in to change notification settings

kunal254/curiosity_redesign

Repository files navigation

curiosity_redesign

Redesign of curiosity web app both front-end and back-end

Installation Details

Navigate to /var/www/html and then, Clone REPO.

sudo git clone https://github.com/kunal254/curiosity_redesign.git  

Give permissions

sudo chmod -R 777 curiosity_redesign/

Setup database

CREATE DATABASE curiosity;  
CREATE USER 'start'@'localhost' IDENTIFIED BY 'jetnasalab';  
GRANT ALL ON curiosity.* TO 'start'@'localhost';  

In linux, apache(no xampp)

mysql -u 'start' -p curiosity < /var/www/html/curiosity_redesign/curiosity.sql  

ERRORS

If you get an error while importing curiosity.sql into your database server, change utf8mb4_0900_ai_ci To utf8_general_ci and utf8mb4 To utf8 in curiosity.sql file (use VScode change all occurence)

See database for admin and user login details, passwords are not encrypted.

Screenshots

home page 👇

home page

all courses 👇

all courses

user profile 👇

user profile

admin dashboard 👇

admin dashboard

responsive 🙈

responsive

task left

  • optimise home.js
  • look for mysqli open connections, then $conn->close();
  • linked list lessons

About

Course Management System. ( Redesign of curiosity web app both front-end and back-end )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published