An open API service indexing awesome lists of open source software.

https://github.com/kellsworks/linktree-clone

MERN Stack Linktree Clone
https://github.com/kellsworks/linktree-clone

Last synced: 3 months ago
JSON representation

MERN Stack Linktree Clone

Awesome Lists containing this project

README

        

![Logo](https://d1fdloi71mui9q.cloudfront.net/UDis9IzQb5BBylpkTdAs_image)

# LINKTREE CLONE

Linktree clone build using the MERN Stack

[![MIT License](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://choosealicense.com/licenses/mit/)

[![GPLv3 License](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)](https://opensource.org/licenses/)

[![AGPL License](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](http://www.gnu.org/licenses/agpl-3.0)

[![AGPL License](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)](http://www.gnu.org/licenses/agpl-3.0)

## Installation

Clone the repository from github and run the following commands separately in backend and frontend folders.

```bash
::for frontend::
npm install
npm run dev
::for backend::
npm install
npm install -g nodemon
npm run dev
```

## Usage

Visit http://locahost:3000 to create an account, login and add your weblinks on the admin page. You can also edit your weblinks here. You can visit http://localhost:3000/[yourusername] to view your weblinks public page.
## Appendix

Feel free to open an issue if possible