OpenLink

🔗 Minimalist App for your links.

MIT License

Stars
6

This project is under development

Stack

Roadmap

  • Improve loads

Demo

https://github.com/danielcgilibert/OpenLink/assets/44746462/50a78c1e-ff9f-4618-8129-c396286073df

Prerequisites

Make sure you have Docker and Docker Compose installed on your machine before proceeding.

Environment Variables

Change the file .env.template to .env.development :

# Database connection string:
DATABASE_URL=""

# Next-Auth config:
NEXTAUTH_SECRET="" # Generate a random string.
NEXTAUTH_URL="" # Your project url http://localhost:3000.

# Google OAuth Provider:
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""

Getting Started

Recommended extensions for VSCode:

  1. Clone or fork the repository:
[email protected]:danielcgilibert/OpenLink.git
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Run the following command to start the database:
docker-compose up
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev

Deploys

License

Related Projects