Website that aims to facilitate appointment scheduling, allowing customers to find clinics close to where they are and make an appointment without having to contact the clinic in advance
Technologies | How To Use | License
This project was developed with the following technologies:
To clone and run this application, you'll need Git and Node installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/aiqdor/aiqdor-frontend.git
# Go into the repository
$ cd aiqdor-frontend
# Install dependencies
$ npm install
# To run in debug mode
$ npm run dev
# To build the project
$ npm run build