Vidyaa123 / full-stack-amplifyapp

A Full Stack Web app on the AWS cloud using Amplify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Music Lessons with your favourite teacher

An online booking system for music students and teachers.

Purpose

Typically students have to book a fixed time every week with the teachers to have their music lessons. Most of the time either the student or the teacher can't make it to the lessons. The teacher or student end up cancelling the lesson or risk losing money. Our calender schedules are not same every week. So why have music lessons at same time every week. If the lesson timings are flexible as book and go based on your availabilty it will be convenient for both teachers and students.

Project Scope

In this web app the student can view the list of teachers available and choose to book a lesson slot with them based on their availabilty. The teachers can update their calender every week based on their availability to conduct lessons.

Web app features

For Teachers

Update calender with availability (create, modify and delete slots) Book lesson slots on behalf of student Change lesson slots on behalf of student Email students

For Students

Search for teachers Check teacher availability calender Book lessons slots Modify the booked slots Cancel a booked slot

Technologies Used

React Javascript AWS Amplify Node js

Instructions

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

A Full Stack Web app on the AWS cloud using Amplify


Languages

Language:JavaScript 68.6%Language:HTML 20.4%Language:CSS 11.0%