Skip to content

UyCoder/fd-ars_parent

Repository files navigation


Logo

ForumDent Online Appointment and Registeration Service

More about ForumDent »

Project Requirements · Project Prapration Doc · View Demo

1. Introduction

This is a project about online appointment and registration system. Online appointment and registration is a convenient medical treatment service developed in recent years. It aims to alleviate the difficulty of seeing and registering a doctor. Many patients have to go to the hospital many times to see a doctor. But there is no guarantee that they will see the doctor any time they want. The online appointment and registration service could solves this medical problem. Register easily anytime, anywhere! No need to wait in the queue lines!

2. What did I learn from this project?

  • Consolidate previous technical knowledges
  • Learn real-world usage of the technical knowledges
  • Master the business process of appointment registration

3. Core Technologies

Back-end technologies

  • SpringBoot
  • SpringCloud
  • MyBatis-Plus
  • Redis
  • RabbitMQ
  • HTTPClient
  • Swagger2
  • Nginx
  • Lombok
  • Mysql
  • MongoDB
  • nacos

Front-end technologies

  • Vue.js
  • Node.js
  • Axios
  • NPM
  • Babel
  • Webpack

Other technologies

  • Docker
  • Git
  • Jenkins

4. Business Process

5. Service Architecture

6. Run the whole project

1) Run MySQL

2) Run MongoDB

sudo docker exec -it mymongo /bin/bash 
>>> mongo

3) Run Nginx on windows

4) Run redis on linux

redis-server  /home/kali/Desktop/redis.conf 
redis-cli

5) Run the microservices on intellij

  • ServiceHospAppication
  • ServiceCmnApplicagion
  • ManageApplication

6) Run Nacos on windows

7) Run front-end application on VS Code

Front-end application is developed on Vue.js and here is the link: https://github.com/UyCoder/vue-admin-template-master-working-

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published