Photoplace Project
-
front
- react v18.1.0
-
backend
- nodejs
- express v4.18.1
$ ./npm run dev
👤 1223v
- Website: 1223v.github.io
- Github: @1223v
👤 kihun0422
- Github: @kihun0422
👤 linirini
- Github: @linirini
👤 sujinyang00
- Github: @sujinyang00
👤 lgee1
- Github: @lgee1
👤 aestera
- Github: @aestera
👤 twOn3
- Github: @twOn3
This project exists thanks to all the people who contribute. [Contribute].
Give a ⭐️ if this project helped you!
Copyright © 2021 1223v.
This README was generated with ❤️ by readme-md-generator
-
mkdir config
-
vi database.js
module.exports= { host : 'host url', user : "user name", password : "user password", database : "db name", port: "3306", multipleStatements: true };