/AppApp

Express rest server and flutter app that manages appointments

Primary LanguageDart

AppApp - Appointments app

An app that manages appointments

Some photos from the app:

Business calendar Add pecialization List of specializations
Business AddSpecialization Specializations

Running the app

First you need to git clone the app.

For running the server

You will have to:

$ cd server
$ npm install
$ npm run dev

For running the mobile app

You will need to have a simulator opened or a device connected, then you will have to:

$ cd mobile_app
$ flutter pub get
$ flutter run