Skip to content

Gothax/airline_ticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airline_ticket

api 개발 완료

dockerize 완료 - image 업로드 완료

How To Use

linux(docker)

$ git clone https://github.com/Gothax/airline_ticket.git

$ cd airline_ticket

$ sudo docker-compose build

$ sudo docker-compose up

window

$ git clone --branch plain-code https://github.com/Gothax/airline_ticket.git

$ cd airline_ticket/be

$ pip install -r requirements.txt

$ python manage.py runserver

$ cd fe

$ npm install

$ npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published