Skip to content

gulshankumar143/Comm_Posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Web App Project

This project is a simple RESTful web application built with Node.js and Express. It demonstrates basic CRUD (Create, Read, Update, Delete) operations using server-side rendering with EJS templates.

Features

  • List all items
  • View details of a single item
  • Create new items
  • Edit existing items
  • Delete items

Project Structure

index.js           # Main server file
public/
  style.css        # Stylesheet
views/
  edit.ejs         # Edit item view
  index.ejs        # List view
  new.ejs          # New item form
  show.ejs         # Show item details

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/gulshankumar143/Comm_Posts.git
    cd Comm_Posts
  2. Install dependencies:
    npm install

Running the App

Start the development server:

node index.js

Usage

  • Access the home page to see a list of items.
  • Use the navigation to create, edit, or delete items.

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

About

A simple RESTful web application built with Node.js and Express. It demonstrates basic CRUD (Create, Read, Update, Delete) operations using server-side rendering with EJS templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors