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.
- 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.
git clone https://github.com/arjuncvinod/Lost-And-Found.git
cd lost-and-found
cd backend
npm install
cd frontend
npm install
cd backend
npm start
cd frontend
npm start
The server will run on http://localhost:8000, and the client will be available at http://localhost:3000