Skip to content

Latest commit

聽

History

History
36 lines (24 loc) 路 719 Bytes

File metadata and controls

36 lines (24 loc) 路 719 Bytes

Taskzilla 馃

Taskzilla is a project managment tool.

馃毀馃洜 In Progress 馃洜馃毀

Demo: https://taskzilla.onrender.com

馃摵 App Design

App design

Installation

  • Use yarn install to install all dependencies.
  • Use yarn db-dev-seed to seed data.
  • Use yarn dev to start project

Requries: PosgreSQL and env configuration.

You can run PosgresSQL database with provided docker file.

.env
DATABASE_URL=""
NEXTAUTH_URL = ""
NEXTAUTH_SECRET= ""
GOOGLE_CLIENT_ID = ""
GOOGLE_CLIENT_SECRET = ""
FACEBOOK_CLIENT_SECRET =""
FACEBOOK_CLIENT_ID = ""

License

MIT