Customized for Pole Star Enterprises, that is my fathers' company. This is a simple app that helps him manage his business. It's a simple CRUD app that allows him to manage his sites, material, and payments. It also has a simple dashboard that shows all relevant details.
- Next.js
- MUI (Material UI)
- MongoDB
- Iron Session
- AWS EC2
- Custom Domain
First, run the development server:
yarn # to install dependencies
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Codebase is simple and easy to modify for any usage.
- For the first time I've worked on frontend project. Still, results are good.