https://github.com/ayeshathoi/project-epathshala
database sessional term project
https://github.com/ayeshathoi/project-epathshala
bootstrap css erd html javascript jstl navicat oracle-database spring-boot spring-security
Last synced: about 2 months ago
JSON representation
database sessional term project
- Host: GitHub
- URL: https://github.com/ayeshathoi/project-epathshala
- Owner: ayeshathoi
- Created: 2022-02-24T15:31:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T12:13:06.000Z (6 months ago)
- Last Synced: 2025-03-27T02:01:47.835Z (2 months ago)
- Topics: bootstrap, css, erd, html, javascript, jstl, navicat, oracle-database, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# EpathShala
An Online School inspired by Coursera!
Made for Level-2 Term-2 Database Sessional Project created by Ayesha Binte Mostofa (1805062), Labiba Binte Tashin (1805070), Sumaiya Sultana Any(1805079)
This is a maven project. See our Project Demonstration : [Youtube Video Link](https://www.youtube.com/watch?v=RWAkR-tGzPM&t=1089s)
### Tools For Database and Frontend




### Tools for Backend
For details, please see pom.xml
Users in our platform:
Services:
Features of User Service:
Features of Student Service:
Features of Teacher Service:
Features of Course Service:
Features of Enrollment Service:
Features of Quiz Service:
Features of Forum Service:
Features of Admin Service:
## Instructions:
## How to set up:
- Clone repository or download zip file. Run on terminal
- Download Oracle 19c. Create a user c##epathshala with password epathshala. Run in SQL-PLUS
```
create user c##epathshala identified by epathshala;
grant dba to c##epathshala;
```
- Download NAVICAT and create a connection using c##epathshala user and password epathshala.
- Open the sql file with NAVICAT and choose the connection and user. Then run the file
## How to use:
- Connect to localhost:8080/login and login using valid credentials