Skip to content

Taeg92/Final-PJT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to METFLEX 👋

Version node-version npm-version Documentation logo

🎥영화에 대한 리뷰를 공유할 수 있는 서비스

영화에 대한 평가가 궁금하신가요?
궁금한 영화를 찾아 리뷰를 확인해보세요!
METFLEX는 영화에 대한 리뷰와 추천 영화를 제공하는 웹 서비스입니다.

⚙️INSTALL

👨‍💻Back-End

$ cd backend
$ python -m venv venv
$ source venv/Scripts/activate #윈도우 환경
$ source venv/bin/activate #리눅스 환경
$ pip install -r requirements.txt

👩‍💻Front-End

$ cd frontend
$ npm install

📝ERD

🔧 Tech Stack

🗃 Project Folder

📁Final-PJT
├── 📁backend
│   ├── 📁accounts
│   ├── 📁community
│   ├── db.sqlite3
│   ├── 📁final_project
│   └── requirements.txt
└── 📁frontend
    ├── 📁public
    └── 📁src
        ├── App.vue
        ├── 📁api
        ├── 📁components
        ├── 📁router
        ├── 📁store
        └── 📁views
            ├── 📁accounts
            └── 📁movies

👨‍👩‍👦‍👦 Author

👤 전공파괴조

🦸‍♀️ 전은정
🦸‍♂️ 공태경

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.


This README was generated with ❤️ by readme-md-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published