OAS is a full stack website created using react that aims to increase awareness of organ and blood donations while also helping people who wish to find hospitals with speciality facilities along with information on blood banks in Bangalore.
- Navigate to the oas folder and type the following commands to install the required node modules and to start the react server.
npm install
npm start
- Navigate to the backend folder and type the following commands to install the required node modules and to run the backend server.
npm install
node server.js
- Create a Database called Oas and add the json information into the three collections hospitals, bloodbanks and donors.
- React for frontend.
- Node.js for the javascript server.
- MongoDB for the NoSQL database.
- Express.js for building REST APIs.