Skip to content

This a simple backend made using mongoose with well explained code for new devs to read and understand how all the functions on this code works.

Notifications You must be signed in to change notification settings

CaseyOchieng/Nyumba-yangu-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Plug Backend

This is the backend for the Real Estate Plug application. The application is a property listing website where users can search and view properties. It also has a simple authentication system.

Technologies Used

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose

Running the Application

  1. Clone the repository
  2. Install the dependencies with npm install
  3. Start the development server with npm run dev

Open http://localhost:3000 with your browser to see the result.

Building the Application

  1. Run npm run build to build the application for production.
  2. The built application will be in the dist folder.

Deployment

The application is deployed to Vercel.

Contributing

Contributions are welcome! Please open a pull request to contribute.

License

The application is licensed under the MIT License. See LICENSE for details.

Author

About

This a simple backend made using mongoose with well explained code for new devs to read and understand how all the functions on this code works.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published