- 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.
WebLink-> BranchUp 👩💻
- ReactJS
- Nodejs
- MongoDB
- Express
- 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.
- 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
cd <../path/to/Frontend>
yarn install OR npm install
- Run the start script
yarn run start OR npm run start