Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikext/real-estate-app

Real Estate App, featuring React, Node, MongoDB, Prisma ...
https://github.com/nikext/real-estate-app

mongodb nodejs prisma react socket-io zustand

Last synced: 19 days ago
JSON representation

Real Estate App, featuring React, Node, MongoDB, Prisma ...

Awesome Lists containing this project

README

        

# Real Estate App

## Setup

### Environment Variables

Create a `.env` file in the root directory with the following variables:

DATABASE_URL=your_database_url
JWT_SECRET=your_jwt_secret
FRONTEND_URL="http://localhost:5173"

## Running the Application

To start the application, run the following commands in separate terminal windows:

### Client

```bash
npm run dev
```

### Server

```bash
node app.js
```

### Socket

```bash
node app.js
```