https://github.com/caseyochieng/nyumba-yangu-api
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.
https://github.com/caseyochieng/nyumba-yangu-api
free-for-u javascript js learn-to-code learning-by-doing learning-exercise nodejs react-hooks react-router reactjs study-project
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/caseyochieng/nyumba-yangu-api
- Owner: CaseyOchieng
- Created: 2024-11-20T12:42:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-18T13:25:21.000Z (over 1 year ago)
- Last Synced: 2025-02-06T10:53:18.963Z (over 1 year ago)
- Topics: free-for-u, javascript, js, learn-to-code, learning-by-doing, learning-exercise, nodejs, react-hooks, react-router, reactjs, study-project
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: READme.md
Awesome Lists containing this project
README
# 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](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](LICENSE) for details.
## Author
- Name: Casey Ochieng
- Email: [caseyochieng@gmail.com](mailto:caseyochieng@gmail.com)
- GitHub: [caseyochieng](https://github.com/caseyochieng)