This is a scheduling website I developed for my mom — but it can be used by anyone. The project is hosted on Vercel: 👉 Access here
- Node.js
- Express.js
- JWT (only for reset-password emails)
- Resend (for sending emails)
- HTML5 & CSS3
- PostgreSQL (database hosted with Neon)
✔️ User registration and login ✔️ Password recovery (via email with Resend) ✔️ Task management (CRUD) ✔️ logout ✔️ Session for loged accounts (express-session with postgresql)
Create a simple, A practical and accessible way to organize tasks, allowing anyone to schedule their appointments intuitively.
# Clone the repository
git clone https://github.com/Lucca2013/mom-scheduler-website.git
# Enter the folder
cd mom-scheduler-website
# Install the dependencies
npm install
# Configure the environment variables (.env) to connect to PostgreSQL and Resend
# Run the project
npm run dev