Skip to content

abhidevs/codeverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

codeverse

Social media for programmers

📦 Getting Started

Make sure nodejs is installed in your machine , it's needed in order to setup and run the project.

Setup

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

Setup frontend

Frontend is made with NextJs (A production ready ReactJs framework).
Get into the frontend folder, run cd frontend in terminal.

Download necessary dependencies
npm install
Start development server
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.

Setup backend

Backend is made with Nodejs.
Get into the backend folder, run cd backend in terminal.

Download necessary dependencies
npm install
Start development server
npm run dev

Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser. Reloads automatically on edits.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •