Notes:
- We're using PostgreSQL.
Goals:
- A1: Posts should be implemented. They must be creatable, and they should also be able to get marked as completed/addressed.
- A1: Comments should be implemented.
- A1: Likes and Dislikes for posts and comments should be implemented and working.
- A1.5: Automated tests should be implemented to test features consistently and easily.
- Later: More features.
- Install Vapor (3 -- I plan to upgrade to 4 when it is released).
- Install PostgreSQL. On Mac OS X, I just used Postgres.app.
-