This content originally appeared on DEV Community and was authored by Said Mounaim
Home-Service App
Home-Service app built with NestJS, Next.js 14, Tailwind CSS, Prisma, and NextAuth. Features include user sign-up, sign-in, browsing services, adding and deleting services, filtering options, and booking appointments. Open to contributions during development.
Getting Started
Clone the repository: git clone https://github.com/saidMounaim/home-service.git
Install dependencies:
For the frontend:
cd frontend
npm install
For the backend:
cd backend
npm install
Create a .env file for each folder:
Frontend (.env):
API_URL=""
Backend (.env):
DATABASE_URL=""
CLD_CLOUD_NAME=""
CLD_API_KEY=""
CLD_API_SECRET=""
Start the development servers:
For the frontend:
npm run dev
For the backend:
npm run start:dev
Built With
Contribution
All kind of contributions are welcome, please feel free to submit pull requests.
This content originally appeared on DEV Community and was authored by Said Mounaim
Said Mounaim | Sciencx (2024-09-14T23:14:14+00:00) Home Service Full-stack app using NestJs, Next.js, React Query TailwindCSS & Prisma. Retrieved from https://www.scien.cx/2024/09/14/home-service-full-stack-app-using-nestjs-next-js-react-query-tailwindcss-prisma/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.
