The platform to manage, organize and access your links!
- Download and install Git on your machine.
- Downlaod and install Nodejs on your machine.
- Install yarn on your machine by running
npm install yarn -gin terminal. - Download and install MongoDB Compass on your machine.
- Fork this repository.
- Clone this repo in your machine.
- Execute
cd Linkspacein your terminal.
- Execute
cd serverin your terminal. - Install the dependencies using the command
yarn
- Create a
.envfile and create a variablePORT = 3000and save the file. - Connect to data base by add variable
DATABASE_URI = http://127.0.0.1/linkspacein .env file. (Please refer to .env.example file) - Run the development server
yarn dev.
- Execute
../clientin your terminal to go in client directory. - Execute the command
yarn
- Run client-side using the command
yarn dev
- Run the development server on your browser -
http://localhost:5173