A wellness application based on Node.JS and React. Feature
- Ilness detection based on disease
- See nearest hospital location based on profile
- Suggested medicine following the ilness
- Freh news about healthy
- Node the version at least 6 to support Ecmascript 6
- Install nodemon to automatically resfresh the browser when there is a changes. Install by typing this command npm install -g nodemon
- Install globally migration tools for mongo npm install -g migrate-mongo
- To create the migration type this command migrate-mongo create sample-migration-1
- Run the migration just type this command migrate-mongo up
- To unde the migratioin type this command migrate-mongo down
How to start your project
- There are docker-compose.yml inside the root directory. This will be used to boot up some engine such mongodb, redis to make your application work. First make sure you already install docker depending on your operating system. For more information about docker you can visit this link https://docs.docker.com/
- To start the server type cd to api directory first then run this command PORT=3001 nodemon bin/www
- To start the client side cd to client directory first then run this command npm start
- Faris Rayhan frayhan94@gmail.com
- Miftahul Khoir
- Dimas Prapanca
- Arthur Yonathan
- Tegar Budi Cahya
External depedencies link