Skip to content

arsalan2243/african-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User EndPoints

  • [GET] /api/user => this will give you all users
  • [POST] /api/user/register => register new user
  • [POST] /api/user/login => login as a user

market endpoints

  • [GET] /api/market => this will give you all users

item endpoints

  • [GET] /api/item => this will give you all items
  • `[POST] /api/item => add new item

USER table

Field Data Type Metadata
id number do not provide it when creating projects, the database will generate it
username string required
password string required

ITEM table

Field Data Type Metadata
id number do not provide it when creating projects, the database will generate it
item name string required
description string required
completed boolean not required, defaults to false when creating projects

MARKET table

Field Data Type Metadata
id number do not provide it when creating projects, the database will generate it
market name string required

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors