Skip to content

Lucca2013/MomSchedulerWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MomSchedulerWebsite 2.0.0

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


🚀 Technologies Used

  • Node.js
  • Express.js
  • JWT (only for reset-password emails)
  • Resend (for sending emails)
  • HTML5 & CSS3
  • PostgreSQL (database hosted with Neon)

Features

✔️ User registration and login ✔️ Password recovery (via email with Resend) ✔️ Task management (CRUD) ✔️ logout ✔️ Session for loged accounts (express-session with postgresql)


Objective

Create a simple, A practical and accessible way to organize tasks, allowing anyone to schedule their appointments intuitively.


How to run the project locally

# 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

About

This is a scheduling website I developed for my mom — but it can be used by anyone. The project is hosted on Vercel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors