A Simple GoLinks built in Next.js with Okta SSO
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
)
npm run dev
npm run express
A Simple GoLinks built in Next.js with Okta SSO
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
)
npm run dev
npm run express