This project is a web application built with Node.js and Express. It includes user models, views for rendering pages, and public assets like JavaScript and CSS files.
app.js
package.json
models/
user.js
public/
javascript/
stylesheets/
style.css
views/
edit.ejs
index.ejs
read.ejs
app.js: The main entry point of the application.models/user.js: Contains the user model logic.public/: Directory for static assets like JavaScript and CSS files.views/: Contains EJS templates for rendering pages.
-
Clone the repository:
git clone https://github.com/yes20sh/User-Management-Express.js.git
-
Install dependencies:
npm install
- Start the application:
node app.js
- Open your browser and navigate to:
http://localhost:3000
- User management with models.
- Dynamic rendering of pages using EJS templates.
- Static assets for styling and interactivity.
This project is licensed under the MIT License.