This web application was developed to manage a dental clinic.
Back-end code on: https://github.com/maisappreis/django-APIs
You can try it out in this production test version: https://maisappreis.github.io/dental-clinic/
- Next.js
- React.js
- TypeScript
npm install
To run the development server in the browser:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
npm run build
npm run test
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
This is a Next.js project bootstrapped with create-next-app.
