Envoi Project Progress
There has been a substantial amount of progress made on the Envoi Project. The setup page is now completely functional and requires users to complete the setup prior to using the platform. Other things included are:
- Password encryption using Argon2i (requires PHP 7.2)
- Proper password verification for sessions
- Upgrade to Bootstrap 5 (alpha)
- User settings manipulation
- Dynamic HTML class for page creation (work in progress, but functional)
- Admin panel functionality
- CRUD model for posts (Create, Remove, Update, and Delete)
- All posts are sorted and posted on the main page
While there is a long road ahead, the baseline is coming together very nicely. My goal is to clean up the backend, get the admin panel completed, and begin the API integration very soon.
Add posts page
Setup page

View posts page
