Skip to content

aest3ra/Photoplace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Photoplace 👋

Photoplace Project

스크린샷 2021-12-05 오후 9 41 41

AI가 추천하는 나와 어울리는 여행지, Photoplace

스크린샷 2021-12-05 오후 9 52 15

API Docs

기술스택

             

개발환경

  • front

    • react v18.1.0
  • backend

    • nodejs
    • express v4.18.1

시스템 구성도

drawio

Usage

$ ./npm run dev

Author

👤 1223v

  • Website: 1223v.github.io
  • Github: @1223v

👤 kihun0422

👤 linirini

👤 sujinyang00

👤 lgee1

👤 aestera

👤 twOn3

🤝 Contributing

This project exists thanks to all the people who contribute. [Contribute].

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 1223v.


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

YOU MUST MAKE "config/database.js"

  • mkdir config

  • vi database.js

    module.exports= {
    
      host : 'host url',
      user : "user name",
      password : "user password", 
      database : "db name",
      port: "3306",
      multipleStatements: true
    };
    

About

Korea tour app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.5%
  • HTML 8.0%
  • CSS 7.5%