Skip to content

Simple Rental App is a basic web platform for listing rental properties. Users can register, log in, and manage their listings with CRUD operations. Built with Node.js, Express, MongoDB, and EJS, this project showcases essential full-stack development skills in a beginner-friendly environment.

Notifications You must be signed in to change notification settings

DeekshaVarshney123/Simple-Rental-App-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rental App

A basic web platform for listing rental properties. This project allows users to register, log in, and manage rental listings (create, read, update, and delete). It is built with Node.js, Express, MongoDB, and EJS, and serves as a demonstration of essential full-stack development skills.

Features

  • User Authentication: Secure registration and login system.
  • Listings Management: Add, view, update, and delete rental listings.
  • Dynamic Content: Pages rendered with EJS templating.
  • CRUD Operations: Basic functionalities for managing listings.

Technologies Used

  • Backend: Node.js, Express
  • Database: MongoDB
  • Frontend: EJS, HTML, CSS
  • Authentication: (Optional) Passport.js for user authentication

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/Simple-Rental-App.git
    cd Simple-Rental-App
  2. Install Dependencies npm install

3.Set up environment variable MONGO_URI=mongodb://localhost:27017/rental-app SESSION_SECRET=mysecretkey

  1. run the application npm run dev

  2. Open in browser Visit http://localhost:3000 to see the website.

About

Simple Rental App is a basic web platform for listing rental properties. Users can register, log in, and manage their listings with CRUD operations. Built with Node.js, Express, MongoDB, and EJS, this project showcases essential full-stack development skills in a beginner-friendly environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published