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.
- Node.js
- Express.js
- MongoDB
- Mongoose
- Clone the repository
- Install the dependencies with
npm install
- Start the development server with
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Run
npm run build
to build the application for production. - The built application will be in the
dist
folder.
The application is deployed to Vercel.
Contributions are welcome! Please open a pull request to contribute.
The application is licensed under the MIT License. See LICENSE for details.
- Name: Casey Ochieng
- Email: caseyochieng@gmail.com
- GitHub: caseyochieng