Skip to content

yaminmomo15/wanted-games-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published