- It's a social media app that allows you to perform all CRUD operations!
- First download the code.
- Navigate to client by "cd client" and then run "npm i".
- Navigate to server by "cd server" and then run "npm i".
- To start the project, run "npm start" in both folders!