Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 859 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 859 Bytes

todo-app

A dead simple task tracking app with some snazzy animations.

Tech Stack

To use

A live demo can be found at: https://todo.angoose.dev/. Alternatively, you can run it locally.

Running Locally

Requirements

  • NodeJS and NPM
  • PostgreSQL database

Steps

  1. Create a .env file with the following contents, but with your Postgres DB credentials as DATABASE_URL:
NEXTAUTH_SECRET=super_secret
DATABASE_URL=postgresql://postgres:docker@localhost:5433
  1. Run npm i to install needed packages.

  2. Execute npm run dev to start the app in development mode. It should open at http://localhost:3000/.