This project is Lost and Found Website that deals with a thought to provide a platforrm that would help to reach the lost comodity to its owner effeciently.
Project is created with :
- Angular version : 12.2.4
- Bootstrap
- Node version : 14.17.0
- express version : 4.17.3
- MongoDB
To run this project, install it locally using :
git clone https://github.com/MANAVBHOSALE/LOST-AND-FOUND.git
navigate to frontend/ directory.
In terminal - command
$ cd frontend
$ npm install
$ ng serve -o
navigate to backend/ directory.
- create cluster in mongodb cloud & post it MONGO_URI in
.env.
$ cd backend
$ npm install
$ npm run dev