API made with Node.js and PostgreSQL that allows you to create, read, update and delete data about airports, airlines and flights.
It was made with Express because it's great for managing server and routes. TypeORM aswell for managing the data because it can run in Node.Js and works well for typing data along Typescript.
Remember to specify your environment variables.
Check the documentation here.
Clone the repository:
git clone https://github.com/fdFloresMarquez/airlines-backend
cd airlines-backend
Install dependencies::
npm install
(Optional) Run seeds:
Put your .csv files in /src/assets and then run:
npm run seeds
Run the app
npm run build
npm start