Staging Website: http://staging.markazpillar.afriza.co
API endpoint: http://api.staging.markazpillar.afriza.co
Postman: https://documenter.getpostman.com/view/12004801/UUxxgU6Y/
Markaz Pilar is a website for the tahfiz community where people can learn, volunteer, and donate. The Markazpillar project uses Spring Boot for its backend side and Next.js for its frontend side.
- Achmad Afriza Wibawa - 1906315821
- Hanifah Annisa Putri - 1906315935
- Abimanyu Yuda Dewa - 1906426714
- Wishnu Hazmi Lazuardi - 1906316793
- Al Taaj Kautsar Supangkat - 1906426746
- Kevin Muhammad Afiza - 1906316603
For building and running the application you need:
- Node v16.10.0
- NPM
- Build the application
$ npm install
$ npm run build
- Run the application on https://localhost:3000/
$ npm run start
- Run unit testing with JUnit
$ npm run test