Skip to content

RakeshSangem/justlink

Repository files navigation

JustLink

A link in bio platform



JustLink dashboard

Project Setup

Pre-requisites:

  • Node.js and npm installed.

Clone the repo, install dependencies

git clone https://github.com/RakeshSangem/justlink.git
cd justlink
npm install

Setup environment variables

Create a .env file and provide values for all the variables listed in .env.example file.

Setup database

In the root of this project, run the following command to setup the database schema

npx prisma db push

Build the project

npm run build

JustLink will start running at port 3000.

Explore the database

Prisma Studio makes it easy to explore and edit the data in the database. You can start it by running

npx prisma studio

Prisma Studio will be running at port 5555.