This repo stores the code for the full stack MERN (MongoDB, Express, React, Node.js) application. This application offers the fundamental functionalities present in a social media post based service.
- Clone the repo and navigate to the
src
directory - Make sure that the MongoDB connection string is correct in the
src/api/server.js
file - Navigate to
src/api
directory and runnpm start
- In a new terminal navigate to
src/client
and runnpm start
- View the application at
localhost:3000
in your browser