Application Description
Prerequisites NodeJS LTS v18.14.0
nvm install v18.14.0
nvm use
npm install
in the working directory to install required packages.env.example
and create your own .env
filenpm run start
to start the server on localhostsrc/
├─ api/
│ ├─ ApiHandler.ts
│ ├─ ApiService.ts
├─ assets/
├─ components/
│ ├─ ExampleComponent/
│ │ ├─ ExampleComponent.tsx
│ │ ├─ index.ts
├─ constants/
├─ pages/
│ ├─ Home/
│ │ ├─ Home.tsx
│ │ ├─ index.ts
├─ utils/
│ ├─ hooks/
│ ├─ contexts/
│ ├─ miscellaneous.ts
feat: add new feature
fix: fix a bug
refactor: refactor code
style: change styling
chore: remove unused code
docs: update documentation
package: update package
deploy: deploy to production
waste: remove unused code
[Placeholder]