Overview
I worked with a team of three other developers, using agile methodologies to plan and execute a full-stack PERN application in four days.
We decided to build a productivity app that we might actually like to use; an app to set goals for periods of focused, undistracted time, and track our goals.
Stack
- We made RESTful API fetch calls to an Express, PostgreSQL, Node.js backend handling all create, read, update, delete (CRUD) operations.
- Implemented user authentication via jsonwebtoken and bcrypt.
- We got some nifty data-visualization via React-Recharts and notifications from React-Toastify
- Hosted on Heroku (back when they still had their hobby tier) which managed both the Node and Postgres server. At some point I might try to re-host it somewhere else.