This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
This is an admin dashboard built for managing hospital/vet services
This is an admin dashboard built for managing hospital/vet services
# Project Screenshot  ## Technologies Used - 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](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, install the dependencies ```bash npm install ``` Then create a `.env.local` file with the following environment variables ```bash LOCAL_URL=Your Local mongoDB URL MONGO_URL=Production mongoDB URL NEXTAUTH_URL=http://localhost:3000/ | YOUR APP STARTING POINT URL NEXTAUTH_SECRET=Secret to hash your tokens ``` Before running the app, ensure your local mongodb server is running or skip this part if you're using an online database ```bash # In your command-line, go to where your mongodb bin is installed by running the following command (Tweak in accordance with your mongodb installation folder) cd ../../mongodb/bin # Then start the mongodb server by running the following command net start mongodb ``` Then, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ##
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...