Skip to content

Releases: Rwothoromo/WeConnect-App

API Version 2 - Persistent data

15 Aug 11:56
cc20430
Compare
Choose a tag to compare

WeConnect brings businesses and users together and allows users to review businesses. The data is stored in a PostgreSQL database. View demo on Heroku.

Features

  • Users can create an account and log in
  • Authenticated Users can register a business.
  • Only the user that creates the business can update and delete a business
  • Users can view businesses.
  • Users can give reviews about a business.
  • Users can search for businesses based on business location or business category.
  • Actions performed are logged.

API Version 1 - Non-persistent data

15 Aug 11:54
Compare
Choose a tag to compare

This version temporarily stores data using Python's built-in data structures. It is a demonstration of how the API should work!

Features

  • Users can create an account and log in
  • Authenticated Users can register a business.
  • Only the user that creates the business can update and delete a business
  • Users can view businesses.
  • Users can give reviews about a business.
  • Users can search for businesses based on business location or business category.