- Node.js and npm installed.
git clone https://github.com/RakeshSangem/justlink.git
cd justlink
npm install
Create a .env
file and provide values for all the variables listed in .env.example
file.
In the root of this project, run the following command to setup the database schema
npx prisma db push
npm run build
JustLink will start running at port 3000
.
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
.