Skip to content

can-ates/Proute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Proute

Project Management System

Models

-----User----- name: string email: string password: string photoURL: string projects: ref(Project)

-----Project----- author: ref(User) contributors: ref(User) title: string description: string tags: string[] status: default(in progress) tasks: [ priority: string todo: string assigned: ref(User) createdAt: Date tags: [] status: default(in progress) ] comments: [ author: ref(User) comment: string createdAt: Date ] createdAt: Date dueDate: Date

Authentication

Email-Password
OAuth

Tech/framework will be used

Initial Setup