Compcon: Short for compare and contrast, is an experimental repo that attempts to help users rapidly prototype a full-stack, SSR application. It's using NextJS, TailwindCSS, Serverless-functions and Google-Sheets/Airtable as a back-end/CMS.
You can star/watch the repo to follow the progress below, in the mean time, here's the deployed version with current features: https://compcon.vercel.app/
- Set up NextJS with TailwindCSS
- Google Sheets Integration (WIP)
- Read Data
- Create Data
- Update Data
- Delete Data
- Serverless Function to trigger data-revalidation
- Airtable Integration (WIP)
- Read Data
- Create Data
- Update Data
- Delete Data
- Serverless Function to trigger data-revalidation
- User Authentication/Authorization
- Let authenticated users perform CRUD
First, run the development server:
npm run dev
# or
yarn dev
The easiest way to deploy this app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.