Fake airline APIs of a flight reservation system under software architectures course
The complete documentation for this project can be found here.
Follow these instructions to get the project up and running on your local machine.
Make sure you have the following installed:
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/HadjerL/airlineSimulation.git
-
Navigate to the project directory:
cd airlineSimulation -
Install dependencies:
npm install
To apply database migrations, run:
npm run migrateTo start the development server, run:
npm run dev