Rent-Mojo Web Application SE MCA Mini Project

This repo demonstrates only the back-end part using MongoDb . You can find the frontend-repo here

Why use it?

Its useful for buy/sell/rent household items.

Features

  • Buy
  • Rent
  • Sell

Built With

  • love ❤️
  • MongoDB ( Database )
  • Express(Web application framework)
  • Node.js(JavaScript Runtime)

Setup for local developement

Install Dependencies (frontend & backend)

npm install
cd frontend
npm install

Run

# Run frontend (:3000) & backend (:5000)
npm run dev

# Run backend only
npm run server

photo_2022-11-20_11-39-42.jpg
Issues

  • Feel free to submit more issues and enhancement requests.
  • If Website is not working properly, please file a report in the Feedback Hub.

Contributing

Any kind of contributions are welcome.

  1. Fork the repo on GitHub.
  2. Clone the project to your own machine.
  3. Commit changes to development branch.
  4. Push your work back up to your fork.
  5. Submit a Pull request so that i can review your changes.