Skip to content

yes20sh/User-Management-Express.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Description

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.

Project Structure

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.

Installation

  1. Clone the repository:

    git clone https://github.com/yes20sh/User-Management-Express.js.git
  2. Install dependencies:

    npm install

Usage

  1. Start the application:
    node app.js
  2. Open your browser and navigate to:
    http://localhost:3000
    

Features

  • User management with models.
  • Dynamic rendering of pages using EJS templates.
  • Static assets for styling and interactivity.

License

This project is licensed under the MIT License.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors