Skip to content

cookieMonsterDev/overthinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overthinker

The Overthinker is an app that was build under impression om Medium

Quick Start

Clinet

  1. Install dependencies
npm i 
  1. run the app
npm run dev
  1. Provide env variables
NEXTAUTH_SECRET=your_secret

Server

  1. Install dependencies
npm i 
  1. run the app
npm run start:dev
  1. Provide env variables
MONGO_URL=your_mongo_url
AUTH_TOKEN_SECRET=your_secret