https://github.com/arjuncvinod/lost-and-found
A website for people in our community to post lost and found items
https://github.com/arjuncvinod/lost-and-found
api-rest css expressjs mongodb nodejs reactjs
Last synced: about 1 year ago
JSON representation
A website for people in our community to post lost and found items
- Host: GitHub
- URL: https://github.com/arjuncvinod/lost-and-found
- Owner: arjuncvinod
- License: mit
- Created: 2023-11-03T18:02:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T17:33:32.000Z (over 2 years ago)
- Last Synced: 2025-03-26T07:51:18.166Z (over 1 year ago)
- Topics: api-rest, css, expressjs, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage: https://lostandfound-acv.vercel.app
- Size: 8.19 MB
- Stars: 28
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lost And Found
## Project Description:
The Lost and Found Bulletin Board project is a community-driven initiative that aims to make a positive impact in our local community. Its primary goal is to help individuals who have lost items, pets, or belongings by providing a simple and accessible platform to post information about their lost possessions. It also serves those who have found items and wish to return them to their rightful owners.
## Project Objectives
- **Create a User-Friendly Platform:** Develop and maintain a user-friendly website that allows community members to easily post information about lost or found items.
- **Foster Community Support:** Encourage community members to support each other in finding and reuniting with their lost items.
- **Reunite Owners with Lost Belongings:** Facilitate the reunification of lost items, pets, and belongings with their owners.
- **Promote Community Engagement:** Actively engage with the local community to promote the use of the Lost and Found Bulletin Board.
- **Provide Ongoing Support:** Continuously maintain and improve the platform to ensure it remains a valuable resource for the community.
### Languages Used:
#### Front end :  
#### Backend :  
#### Database : 
### [live demo](https://lostandfound-acv.vercel.app)
### API - https://lostandfound-api.onrender.com
## Installation
### Step 1: Clone the Repository
```bash
git clone https://github.com/arjuncvinod/Lost-And-Found.git
cd lost-and-found
```
### Install server dependencies
```console cd server
cd backend
npm install
```
### Install client dependencies
```console
cd frontend
npm install
```
### Start the server
```console
cd backend
npm start
```
### Start the client
```console
cd frontend
npm start
```
```python
The server will run on http://localhost:8000, and the client will be available at http://localhost:3000
```
### screenshots
1
3
3
4
5