Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 795 Bytes

README.md

File metadata and controls

49 lines (36 loc) · 795 Bytes

Social Connect

Project description

Facebook-like social network that will contain the following features:

  • Followers
  • Profile
  • Posts
  • Groups
  • Notification
  • Chats

Run the project

To test the project you need to have NodeJS installed.

  1. Start frontend server by going to /frontend directory and running those commands
  • npm run serve
  • npm install
  1. Start backend server by going to /backend directory and run go run server.go

Authors

  • Kristofer Kangro
  • Zane Krūmiņa
  • Laura-Eliise Marrandi
  • Vic89

Audit questions

https://github.com/01-edu/public/tree/master/subjects/social-network/audit

Stack

Frontend

  • Vue
  • HTML & CSS

Backend

  • Go
  • SQLite3

Authors

Backend team

  • Laura
  • Zane

Frontend team

  • Kris
  • Vic