This repository contains the backend server implementation for BrowsePing, a real-time social presence platform that transforms web browsing into a shared social experience.
-
Clone the repository:
git clone https://github.com/browseping/server.git cd server -
Install dependencies:
npm install
-
Set up environment variables:
cp .env.example .env # Edit .env with your database credentials and settings -
Run database migrations:
npm run prisma:migrate
-
Start the development server:
npm run dev