Skip to content

fdFloresMarquez/airlines-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airlines Backend

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.

Run the server

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

About

API made with Node.js Typescript Express PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published