Linkit manages muliple links of the users as a one page link. This is similar to the Linktree
-
Users can create an account
-
Users can add the links in the admin panel
-
The user will get a shorten link that can be shared anywhere
Client: Next.js, TailwindCSS
Server: Node, Express, Typescript, PostgreSQL - LinkIt-Backend
-
First clone this repo
-
Install node in your pc (version 16) Node.js download
-
Install yarn
npm install -g yarn -
Type 👇 in terminal
cd LinkIt-Frontend -
Create .env and add env from .env.example
-
Type 👇 in terminal To install all packages
yarn install -
Type 👇 in terminal to start server
yarn dev