Skip to content

The platform to manage, organize and access your e-resources via links!

Notifications You must be signed in to change notification settings

MahendraDani/Linkspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

LINKSAPCE

The platform to manage, organize and access your links!

Setting up the project

Prerequisites

  1. Download and install Git on your machine.
  2. Downlaod and install Nodejs on your machine.
  3. Install yarn on your machine by running npm install yarn -g in terminal.
  4. Download and install MongoDB Compass on your machine.

Getting Started

  1. Fork this repository.
  2. Clone this repo in your machine.
  3. Execute cd Linkspace in your terminal.

Setting up the server-side

  1. Execute cd server in your terminal.
  2. Install the dependencies using the command
yarn
  1. Create a .env file and create a variable PORT = 3000 and save the file.
  2. Connect to data base by add variable DATABASE_URI = http://127.0.0.1/linkspace in .env file. (Please refer to .env.example file)
  3. Run the development server yarn dev.

Setting up client-side

  1. Execute ../client in your terminal to go in client directory.
  2. Execute the command
yarn
  1. Run client-side using the command
yarn dev
  1. Run the development server on your browser - http://localhost:5173

About

The platform to manage, organize and access your e-resources via links!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages