Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 585 Bytes

TechWeb23

Project for the course "Web Technologies" at Alma Mater Studiorum - University of Bologna.

The project is a full stack social network inspired by twitter. There are 3 frontend application:

  1. Interface for the standard users
  2. Interface for managers and vip users
  3. Back office

Technologies Involved

The frontend are respectively developed using React, Vue and jQuery. The backend uses Express and Mongodb.

Start

  • npm srv will start the backend (using docker)
  • sqlr: will start the standard application
  • man: will start the manager application