Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 969 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 969 Bytes

goals-fastify

Fastify-Backend for lifetrackerbuddy.com, - an application to manage OKRs. It is an advanced task manager with main focus on the goal, goal achievement and it's current progress. It should answer the question: "How far am I away from achieving my goals?"

Vue-Frontend

See Vue-Frontend for lifetrackerbuddy.com

Run

  • Install PostgreSQL
  • Create a new Database
  • Create .env & .postgratorrc.json to store sensitive configuration values
npm i
npx postgrator
npm run dev

Deploy DB

  • Log in to Neon account
  • Set up a new project
  • Create a new Database
  • Add tables using the Neon SQL Editor

Deploy API

  • Log in to Vercel account
  • Set up a new project
  • Import Git Repository
  • Set Environment Variables