Skip to content

browseping/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrowsePing Server

Overview

This repository contains the backend server implementation for BrowsePing, a real-time social presence platform that transforms web browsing into a shared social experience.

Installation

  1. Clone the repository:

    git clone https://github.com/browseping/server.git
    cd server
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    cp .env.example .env
    # Edit .env with your database credentials and settings
  4. Run database migrations:

    npm run prisma:migrate
  5. Start the development server:

    npm run dev

About

BrowsePing backend API server. Handles authentication, social features, and real-time communication.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •