Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 901 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 901 Bytes

Wanted Games Backend

Backend service for the Wanted Games web application.

Tech Stack

  • Node.js & Express.js
  • SQLite3 for database
  • JWT for authentication
  • Multer for file uploads
  • bcrypt for password hashing

Prerequisites

  • Node.js (v14+)
  • npm

Quick Start

  1. Clone & Install:

    git clone git@github.com:yaminmomo15/wanted-games-backend.git
    cd wanted-games-backend
    npm install
  2. Configure:

  3. Run:

    npm run seed    # Initialize database
    npm run dev     # Start server at http://localhost:3000

API Documentation

API documentation is available via Swagger UI at http://localhost:3000/api-docs/ when the server is running.