This App was Developed using ReactJs, Redux, Tailwind.
The Api for this app was developped using Spring Boot
npm install
- Will add all the needed modules to start the App.
- Visitor
- Sign Up
- Log in
- Browse and see proposed events
- Client
- Manage Articles (Add, Update, Delete, List)
- Book Events
- Cancel Events Bookings
- Admin
- Manage Events (Add, Update, Delete, List)
- See Statistics Regarding Events Created By The Admin.
- Super Admin
- Add Admins
- Lock / Unlock Admin Accounts.
- See Global Statistics.
- Payment System to pay for the bookings (ex: Stripe).
- Photo Cloud Management (ex: Cloudinary).
Click Run in IntelliJ To start the API server
npm start
To start the developement Server . Go to link http://localhost:3000/
.