Table of Contents
DoNation is an online donation portal that helps in reducing the barrier between a donor and acceptor. The following software requirements document specifies its software design in detail. The design specifications are based on the functional features, non-functional features, limitations, and the interface of the software. It will help in a social welfare cause as it will help in reducing the problems of poor people and bring smiles to many faces.DoNation intends to fill this need by providing the software for the same. To have a smooth execution of the plan from the very first step to the last, a well-defined requirements document is needed. This document represents the Coding Phase of the project. It includes the details of the implemented modules as well as detailed accounts of the individual contributions on Github. All the contributions are made on the DoNation repository.
Screenshots of our website are added to this link.
Click on this link to have a look at the backend.
- Users can post their items which they want to donate and other user who are in need, they can get it.
- If a user requires something, they can post a requirement for that.
- Directly chat with the owner of the product for getting any item.
- If someone wants to raise a hand on a donated item, they can easily do that.
- MongoDB
- Express
- React JS
- Node.js
To set up DoNation for development, you need to follow the steps mentioned below:
Step 1: Install Node.js from the Node.js official website.
During the developement process, I used node version v16.13.0. You can check your node version by running the following command:
node -vStep 2: Setup React environment.
Follow the steps mentioned in the official documentation to setup the environment.
git clone https://github.com/thebeast1819/DoNation.git
npm install
Run the app in the development mode.
Just type npm start in the terminal to open the website.
REACT_APP_GOOGLE_CLIENT_ID=""