Skip to content

JohnMwendwa/vet-management-system

Repository files navigation

Project Screenshot

vet-management-system vercel app_dashboard (1)

Technologies Used Hammer and Wrench

  • Material-tailwind/react (UI)
  • Next.js (Full stack app)
  • Next-auth (Authorization & Authentication)
  • MongoDB (Storage of app data)
  • Faker-js (Dummy data)
  • Nodemailer (Sending emails)
  • Mongoose (Database schema)
  • Bcrypt (Hashing passwords before they're stored in the database)
  • Fullcalendar (Booking and keeping track of appointments)

This is a Next.js project bootstrapped with create-next-app.

Getting Started Parachute

First, install the dependencies

npm install

Then create a .env.local file with the following environment variables

LOCAL_URL=Your Local mongoDB URL
MONGO_URL=Production mongoDB URL
NEXTAUTH_URL=http://localhost:3000/ | YOUR APP STARTING POINT URL

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More Open Book

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel Rocket

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.

About

This is an admin dashboard built for managing hospital/vet services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages