Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ...
- Host: GitHub
- URL: https://github.com/nikext/real-estate-app
- Owner: nikext
- License: mit
- Created: 2024-09-12T13:07:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T16:38:52.000Z (2 months ago)
- Last Synced: 2024-10-16T12:16:37.716Z (about 1 month ago)
- Topics: mongodb, nodejs, prisma, react, socket-io, zustand
- Language: JavaScript
- Homepage:
- Size: 722 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```