Build a web app that stores data in a PostgreSQL database.
To install the app + optionally run tests
git clone https://github.com/fac19/week5-EIJO.git
npm install
npm run dev
npm test
- Miro brainstorming
- Server initialisation
- Database initialisation
- Handlers
- Initial testing
- Troubleshooting
- Testing
- Further development on functionality + testing
- CSS
- Submit information to your site for anyone to see
- Come back to your site later and see what I posted is still there
- A way to view filtered/sorted data, instead of just all of it
- GitHub Actions CI setup to run your tests when you push
- TDD - writing tests first and then writing functions that will pass