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