Welcome to Cronus Appointment, a web application designed to simplify your scheduling and event management needs. Our application offers a comprehensive set of features aimed at enhancing your organizational efficiency and streamlining your event handling process.
Securely manage access to your calendar and events with robust user authentication mechanisms.
Efficiently organize your schedules with our intuitive calendar interface, making it easy to plan and manage your time.
Create, edit, and manage your events with ease. Our events management module is designed to cater to your diverse scheduling needs.
Quickly find the events you're looking for with our powerful filtering options, allowing you to sort and view events by various criteria.
- Backend: ExpressJS
- Frontend: ReactJS integrated with Tailwind CSS for responsive and modern UI designs.
- Database: Postgres for robust and reliable data storage.
- Authentication: JSON Web Tokens (JWT) for secure and scalable user authentication.
- ORM: Prisma ORM for efficient database management and operations.
- Node, recommended
20.x
, minimum18
- Postgres, recommended
14.0
, minimum13
- Visual Studio Code with recommended extensions
To get started with Cronus Appointment, follow these simple steps:
-
Clone the repository:
git clone https://github.com/phuonganhniie/chronus-appointment.git
-
Install dependencies
# For backend cd chronus-appointment/server npm install or yarn add # For frontend cd chronus-appointment/client npm install or yarn start
-
Set up your environment variables By creating a
.env
file in the root of both the backend and frontend directories. Refer to the.env.example
file for required variables. -
Start the development servers:
# For backend npm run start # For frontend npm run start
-
Open
http://localhost:3000
in your browser to view the application.
- Collaboration: Enable collaboration with multiple users, fostering teamwork and shared event management.
- User Management: Streamline user registration, profile updates, and password management.
- Recurring Events: Support for recurring events to simplify scheduling repetitive tasks and appointments.
- Reminders & Notifications: Timely reminders and notifications to keep users informed about upcoming events and important updates.
Cronus Appointment is released under MIT License. See the LICENSE file for more details.
For any queries or further information, please reach out to me at [phuonganhniie@gmail.com].