A Rails API, and React App allowing a user to create a detailed database of pottery pieces. A user may create collections, edit collections, add pieces to collections, edit, and delete pieces in collections.
The app is built using a Rails API backend, and a React frontend, created using Create-React-App. The Rails API was created with a Postgres database.
The backend is located here.
Follow the instructions on how to set up and run the backend. Once the backend is loaded and running:
-
CD into
pottery_keeper_frontend. -
Run
npm startandYwhen prompted to open the react app on another port.
