Web app that emulates the functionalities of Facebook, such as posts, news feed, and chat. Built together with Nick K., Maddie D., and Arnav G.
Technologies used:
- Frontend: React
- Backend: Node.js
- Database: DynamoDB
- Chat: Socket.IO
Version requirements:
npm
: 6.14.4node
: 14.0.0
To run:
- cd into frontend
npm install
npm start
- cd into backend
npm install
npm start