- Postgres
- GraphQL
- Permissions
- Authentication
- Sign Up
- Sign In
- Reset Password
- Storage
- Upload
- Download (with presigned URLs)
- Serverless functions
This example app has some work in progress:
- Add zipcode, town and country to new users
- Toast for submits
- Render single customer
- Show correct current and total results
- Correct pagination
- List existing orders
- Create new order
- Render single order
- Update company name and address
- Add company logo
- ~ Client-side cropping to company logo before uploading
- Make top-level search bar working
- Install dependencies
npm install
- Terminal 1: Start Nhost
nhost dev
- Terminal 2: Start React App
npm run start
- Terminal 3: Start GraphQL Codegens
Make sure that the Nhost backend in step 2 has started and is available before you run this command
npm run codegen -- -w