This is my submission for an assignment project for the IS-24 Full Stack Developer Position at BC Public Service.
Install the dependencies and run the development server:
npm i && npm run dev
Open http://localhost:3000 with your browser to see the result.
API Docs are available at http://localhost:3000/api-docs.
Reset the database by running this API:
http://localhost:3000/api/generatedata
Project written in HTML, CSS, and TypeScript.
Frontend
Backend
End of Documentation