An e-commerce site where you can buy modern handmade ceramics.
https://gracepotter.herokuapp.com/
This website was made by:
Camila Browne, Groana Melendez, and Laura Maranto
-
Run npm install
-
Create the database: createdb gracepotter gracepotter-test
-
Seed the database: npm run seed
-
Run the following commands to see in the browser: npm run start-dev
-
If you want to run the server and/or
webpackseparately, you can alsonpm run start-serverandnpm run build-client. -
By default, running
npm testwill usegracepotter-test