/vg-backlog

An app made for users to organize their video game backlogs

Primary LanguageJavaScript

VG Backlog

This app was built with React.js, Node.js with Express, and PostgreSQL.

Introduction

API Endpoints

  • Users
Method Endpoint Description Body Data
GET /api/users/ Get all users username, email, password
POST /api/users/ Create new user username, email, password