Flibberty Gibbets is a asynchronous message posting service, similar to Twitter.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
- Next.js - This is a static site started using
create-next-app
- Heroku - Hosting platform
- PostgreSQL - Database storing users and posts
- Prisma - Database client