Skip to content
forked from parabuzzle/golinks

A simple next.js based GoLinks with Okta SSO

License

Notifications You must be signed in to change notification settings

mapshen/golinks

 
 

Repository files navigation

GoLinks

A Simple GoLinks built in Next.js with Okta SSO

https://nextjs.org/docs

Setup

git clone https://github.com/parabuzzle/golinks.git
cd golinks
cp .env.example .env
npm install

edit .env

setup the database (schema is found in ./db)

Running

npm run dev

Running Production Server

npm run express

About

A simple next.js based GoLinks with Okta SSO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.4%
  • TypeScript 8.4%
  • Other 1.2%