Skip to content

TheSigmaSociety/Beacon-backend

Repository files navigation

🌟 Beacon Backend

A Node.js backend service for managing beacons with MongoDB integration.

📋 Table of Contents

✨ Features

  • CRUD operations for beacons
  • Voting system (upvote/downvote)
  • MongoDB integration
  • Express.js REST API

🔧 Prerequisites

  • Node.js (v14 or higher)
  • MongoDB
  • npm or yarn

Install dependencies:

npm install

⚙️ Configuration

  1. Create a .env file in the root directory
  2. Add the following environment variables:
PORT=3000
MONGODB_URI=mongodb://localhost:27017/beacon_db

📚 API Documentation

Detailed API documentation can be found in documentation.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors