CRUD application using React on the front end and Apollo, GraphQL with Postgresql for the backend.
- React
- Material UI
- Final Form
- Javascript
- Node.js
- Express
- GraphQL / Apollo
- Postgresql
Commands must be run from the server directory: Installation
yarn install
Run
yarn run start:dev
Client
Commands must be run from the client directory: Installation
yarn install
Run
yarn start
Build
yarn run build