A TaskApp to take all task one place. Authorization functionality is there๐
-
The problem I solved about donation. Sometimes it is hard for NGO's to find donor and something someone want to donate something but cannot find proper platform. My app solving this issue connect donor and NGO's in one platform.
-
Donor can donate anything he/she wants and NGO's people will go to the doorstepand pickup the products.After delivery donor get some rewards.
- Authorization functionality
- Unit testing is added
- fully backend app
https://documenter.getpostman.com/view/21084737/2s9YeD8tBA
Leetcode : https://leetcode.com/Soumya9641/
Clone the project
git clone https://github.com/Soumya-9641/kodagu
Go to the project directory
first change all environment variable(mongodb url)
add .env file
write your mongodb url
connect that url at db/connection.js file
cd kodagu
npm install
nodemon server.js
Start the server
## Want To Contribute?๐
If you want to contribute and make this app better, You are welcome. Feel free to raise issues and we will take it from there.