Sprint 3 Start Coding
June 22nd, 2020 By Alex Hu

Goal: Build a Functional Posts Page with a Real Backend
Database ✔
- Create a MongoDB in the cloud MongoDB Altas
- Use MongoDB Compass to view database records
Back End ✔
- Create a Next.js app
- Use Apollo GraphQL server and client
- Use Mongoose for database connection and schema
Front End ✔
- Create a React client in TypeScript with a NavBar
- Create a Posts section and present each post in a Semantic UI's Card component,
along with a Add button for adding new post
- Create individual Post page with Edit and Delete buttons.
- Accept Markdown as article content