HabibiStay
This repository contains the HabibiStay Next.js project.
Setup
- Install Node.js (version 18 or newer).
- Create environment variables by copying
habibistay/.env.exampletohabibistay/.envand filling in the values. - Install dependencies:
cd habibistay
npm install
- Run database migrations (requires PostgreSQL and the
DATABASE_URLvariable):
npx prisma migrate deploy
- Seed the database with sample data (optional):
npm run seed
- Start the development server:
npm run dev
Testing
Jest is used for unit and integration tests. After installing dependencies you can run:
npm test
If npm install reports that package.json is missing, use the minimal example below and place it inside the habibistay directory.
{
"name": "habibistay",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"@prisma/client": "5.13.0"
},
"devDependencies": {
"typescript": "5.4.0",
"jest": "29.7.0",
"@types/jest": "29.5.11",
"ts-jest": "29.1.2",
"prisma": "5.13.0"
}
}
Note: Installing packages may fail in environments that restrict access to
registry.npmjs.org. Ensure your network settings allow access to install dependencies.
habibistay
Project Details
- Mirxa27/habibistay
- Last Updated: 6/13/2025
Recomended MCP Servers
Fetch MCP Server
MCP server for managing Roo's custom operational modes
Nautobot plugin that enables AI assistants to interact with network data through the Model Context Protocol (MCP).
🐫 CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society
MCP server that installs MCP Servers
A MCP Task Server
Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more...
An MCP server that autonomously evaluates web applications.
这是一个针对于MySQL开发的MCP,该项目旨在帮助用户快速且精确的查询MySQL数据库中的内容
MCP Bone npm package which is used to connect to MCP Bone as a MCP Server and is...
A Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Serveur MCP AlloKoli pour la création et gestion d'assistants vocaux avec Vapi et Twilio





