This project is a twitter clone for a university course project of Internet Engineering.
The frontend of project is build with React and Material UI. After cloning the project, you have to run:
Downloads necessary packages.
Then for running the project you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The backend of project is build with NodeJs and Express. Also the projext is initialized with [Express Generator]https://github.com/expressjs/generator. Furthermore, For the api routes you can check routes.rest file. Before running the projects, create images and videos directory in backend/public folder. After cloning the project, you have to run:
Downloads necessary packages.
Then for running the backend you can run:
It will run backend on http://localhost:3005