Skip to content

TehillahK/pamarketserverr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pa Market Server

This the backend server for pamarket and rest api server .

Architecture

  1. Persistence layer

  2. Business layer

  3. Data layer

Routes

Web page routes

  1. /
  • loads index page
  1. /farm?id=val
  • loads page of a particular farm crops
  1. /farms
  • loads page of all farms
  1. /login
  • sign in page

API Routes

  1. /api/farms
  • This sends the json object of all farms in the server
  1. /api/farm?id=val
  • This sends a request farm in the database ,using farm ID
  1. /api/crops?id=val
  • gets all crops associated to a farm ,using the farm ID .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published