Sri Lanka Institute of Information Technology
Software Project Management - SE3080 [2022/JUL]
Group No: SER052
Table of Contents
Demo : Quick Health Demo
People in many countries of the world, in some cases, follow various treatment methods for diseases without medical advice. These treatments are good treatments for some diseases, but some treatments tend to turn bad. The Quick Health web application is a website that helps one get an idea of the treatment before getting any treatment. This website can be used as a main feature to answer a question asked by another party or to evaluate a given answer and to post a problem and exchange ideas with others. Moreover, this website provides some opportunity to promote their services, especially to doctors and pharmacies in the medical field.
- MongoDB - MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.
- Express.js - Express.js, or simply Express, is a back end web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js.
- React.js - React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
- Node.js - Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.
- Must have an Installed Node.js to your local machine
- Must have a MongoDB Account
- Must have a Cloudanary Account
- Clone the repo
git clone https://github.com/amila1998/Quick_Health.git
- Install NPM packages
npm install
cd client npm install
- Create
.env
file inside the server folder and Enter Following KeysMONGODB_URI = NODE_ENV = development ACCESS_TOKEN = snsndj REFRESH_TOKEN = jkasdjknasjkd ACTIVATION_TOKEN = jnajdnakjsnd CLOUD_NAME = CLOUD_API_KEY = CLOUD_API_SECRET =
- To Run the local
npm run dev
Local Server Running on http://localhost:8080
Local Default Client Runnig on http://localhost:3000
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Group Leader - Aththanayaka H.A.M.U.I - IT20259334 - it20259334@my.sliit.lk
Member - Senarathne S M A D - IT20089436 - it20089436@my.sliit.lk
Member - Udayantha Yapa Y M S - IT20045708 - it20045708@my.sliit.lk
Member - Lakpriya K.H.A.V - IT20275006 - it20275006@my.sliit.lk
Project Link: https://github.com/amila1998/Quick_Health