A full-stack social media website.
Table of Contents
This project is a dynamic social media website developed using React and MySQL. It offers users a platform to connect, share, and interact with others in a virtual community. The website provides features such as user registration, profile creation, posting, commenting, liking, and following other users. With its intuitive user interface and efficient database management, this project showcases the capabilities of modern web development technologies.
Following technologies and libraries are used for the development of this website
-
Clone the repository.
-
Install the node modules using :
-
Then split the terminal, on one terminal navigate to the client directory.
-
Run yarn start to run the front end.
-
On the other terminal navigate to api directory.
-
Connect to the backend using the below command.