https://github.com/omkargade04/EduSphere
This is a Educational Management System built for students and educators. Backend server is built using typescript, nodejs, expressjs and postgres. Frontend is in using Nextjs amd tailwind css.
https://github.com/omkargade04/EduSphere
docker expressjs nextjs nodejs postgresql shadcn-ui typescript
Last synced: 9 months ago
JSON representation
This is a Educational Management System built for students and educators. Backend server is built using typescript, nodejs, expressjs and postgres. Frontend is in using Nextjs amd tailwind css.
- Host: GitHub
- URL: https://github.com/omkargade04/EduSphere
- Owner: omkargade04
- Created: 2024-03-27T19:34:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T12:36:33.000Z (over 1 year ago)
- Last Synced: 2025-02-02T11:25:06.413Z (over 1 year ago)
- Topics: docker, expressjs, nextjs, nodejs, postgresql, shadcn-ui, typescript
- Language: TypeScript
- Homepage: https://ems-one-gilt.vercel.app/
- Size: 9.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This application is a FULL STACK WEB DEVELOPMENT PROJECT which provides users with a user friendly interface for browsing courses and purchasing them.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run dev
```
## Features of the Application
- Each user needs to register as a specified role i.e. a "Student" or an "Educator". It has Authentication and role Authorization feature.
- Educators
- Educator can create new courses and create chapters for the same.
- Students
- Students can have access to all courses and enroll in a particular course.
- Students need to purchase the course.
- Integrated payment gateway using Stripe.
- All the students and educators courses are visible in My Courses
-
## Flow of Application
- First you need to cd into the client and server directory and run "npm install" to install the node_modules.
- Secondly you need to integrate your database(PostgreSQL) with the application
create a .env and add your database credentials accordingly
- Run the following command line : "npm run dev" to get started with the application
- You are all set to use the website