Skip to content
/ Afora Public

Our goal is to create an all-in-one project management application that goes from team creation all the way to product creation!

Notifications You must be signed in to change notification settings

We1chJ/Afora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

356 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All-in-one project management application that goes from team creation to product creation.

We primarily target hackathons & education where we know we can do the most social good. You can create "organizations" that host groups. These groups will be generated by our AI model that is based off of user response. We know that hackathons & classrooms run into many logistical issues when trying to do groups, so we do all the work for you.

Stack

  • NextJS (React)
  • Clerk (Authentication)
  • Firebase & React-Firebase-Hooks (Real Time Listener)
  • Shadcn (ui library, Tailwind & TS)
  • Vercel (Deployment)

Setup

git clone https://github.com/xavieryn/Afora.git
cd Afora
npm install

You'll need to setup the Firestore service_key.json. It should look something like this:

service_key.json

{
  "type": "service_account",
  ...
  "universe_domain": "googleapis.com"
}

Then add the other environment variables. Setup Clerk, OpenAI, Pexels

.env.local

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=...
CLERK_SECRET_KEY=...
OPENAI_API_KEY=...
PEXELS_API_KEY=...

To startup a local env, just run this:

npm run dev

About

Our goal is to create an all-in-one project management application that goes from team creation all the way to product creation!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •