fac25 / week4-alex-abdullah-joe-lisa

https://petstagram-fac.herokuapp.com/
0 stars 1 forks source link

File Structure #1

Closed AlexPD93 closed 2 years ago

AlexPD93 commented 2 years ago

Create the file structure that we will use

flare-s commented 2 years ago

Please add the next part to the package.json, for us Windows users ):

"devWindow": "SET DB_FILE=db.sqlite & SET COOKIE_SECRET=abc & nodemon src/index.js", "seedWindow": "SET DB_FILE=db.sqlite & node src/database/seed.js",