Skip to content

priyanshu875/mylinktree-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BranchUp - a Linktree Clone

  • A web-based application that allows users to create a customizable landing page that serves as a hub for all of their professional information.
  • The landing page can include links to social media profiles, websites, and other relevant information that the user wants to showcase.

image

Technologies

  • ReactJS
  • Nodejs
  • MongoDB
  • Express

Installation Guide

Getting started

  • Please fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.

Run the backend

  • Within terminal or cmd ensure you have navigated inside the 'Backend' directory and installed the dependencies
cd <../path/to/Backend> 
yarn install OR npm install
  • Run the start script
yarn run start OR npm run start

Run the frontend

cd <../path/to/Frontend> 
yarn install OR npm install
  • Run the start script
yarn run start OR npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published