Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 241 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 241 Bytes

05-Project-Movie-CRUD-final

Front End Setup

git clone
cd 05-Project-Movie-CRUD-final
npm i
npm start

Back End Setup

createdb movies-dev
knex migrate:latest
knex seed:run

Enjoy!