diff --git a/Controllers/AuthController.js b/controllers/AuthController.js similarity index 100% rename from Controllers/AuthController.js rename to controllers/AuthController.js diff --git a/Controllers/CategoryController.js b/controllers/CategoryController.js similarity index 100% rename from Controllers/CategoryController.js rename to controllers/CategoryController.js diff --git a/Controllers/NoteController.js b/controllers/NoteController.js similarity index 100% rename from Controllers/NoteController.js rename to controllers/NoteController.js diff --git a/Models/Category.js b/models/Category.js similarity index 100% rename from Models/Category.js rename to models/Category.js diff --git a/Models/Note.js b/models/Note.js similarity index 100% rename from Models/Note.js rename to models/Note.js diff --git a/Models/User.js b/models/User.js similarity index 100% rename from Models/User.js rename to models/User.js diff --git a/Routes/apiRoute.js b/routes/apiRoute.js similarity index 100% rename from Routes/apiRoute.js rename to routes/apiRoute.js diff --git a/Routes/web.js b/routes/web.js similarity index 100% rename from Routes/web.js rename to routes/web.js diff --git a/Views/categories.ejs b/views/categories.ejs similarity index 100% rename from Views/categories.ejs rename to views/categories.ejs diff --git a/Views/dashboard.ejs b/views/dashboard.ejs similarity index 100% rename from Views/dashboard.ejs rename to views/dashboard.ejs diff --git a/Views/login.ejs b/views/login.ejs similarity index 100% rename from Views/login.ejs rename to views/login.ejs diff --git a/Views/partials/footer.ejs b/views/partials/footer.ejs similarity index 100% rename from Views/partials/footer.ejs rename to views/partials/footer.ejs diff --git a/Views/partials/header.ejs b/views/partials/header.ejs similarity index 100% rename from Views/partials/header.ejs rename to views/partials/header.ejs diff --git a/Views/register.ejs b/views/register.ejs similarity index 100% rename from Views/register.ejs rename to views/register.ejs