Masai is a coding school, where thousands of student enrolling every month. This platform is a clone of Masai Course Platform, we build full fledged website where a student can enroll, give MSAT Test and apply for different-different course provided by masai.
# Clone repository
$ git clone https://github.com/masai-builds/Team8.git
Install dependencies via NPM
# Install dependencies for frontend
$ cd client
$ npm install
$ npm start
$ cd ..
# Install dependencies for backend
$ cd client
$ npm install
$ npm start
$ cd ..
Pratik Dutta (EM/Project Guide)
- POST user/verify
- POST user/signup
- POST auth/signin
- POST auth/verifyotp
- POST auth/forget
- POST auth/reset
- GET dashboard/dashboard-details
- POST dashboard/create-course
- POST dashboard/user-data-collection
- POST dashboard/user-applied
- POST dashboard/notification-medium
- User friendly and responsive web design
- Made with mobile first approach
- Sign Up with email, mobile or password
- OTP verification while sign Up
- Google auth for sign UP
- Sign In with email, mobile or passsword
- OTP verification while sign In
- Google auth for sign In
- User can apply to the course from the dashboard
- User Form for each user
- User can attend MSAT exam
- Based on the scores received user will be informed if passed or failed
- All the data will be stored at the data base