Social media for programmers
Make sure nodejs is installed in your machine , it's needed in order to setup and run the project.
Fork this repsitory and clone it to your local machine.
git clone repository_url
run this command on your terminal or you can download this repository as zip.
Then, open the terminal or cmd in the root directory of this project and then go through along the process explained below
Frontend is made with NextJs (A production ready ReactJs framework).
Get into the frontend folder, run cd frontend
in terminal.
npm install
npm run dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. Reloads automatically on code changes.
Backend is made with Nodejs.
Get into the backend folder, run cd backend
in terminal.
npm install
npm run dev
Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser. Reloads automatically on edits.