Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.02 KB

File metadata and controls

63 lines (43 loc) · 2.02 KB

SWE-363-Project - Pitfall

Among the domain of entrepreneurship, failures are commonly seen as crucial milestones on the path to achieving success. However, the accounts of these unsuccessful startup ventures continue to be overshadowed, particularly within the Arabic-speaking entrepreneurial community. With a deep appreciation for the wealth of knowledge contained within these narratives, we are fervently dedicated to illuminating the unexplored narratives of entrepreneurial endeavors that did not achieve their projected levels of success. Our platform serves as a symbol of transparency, cooperation, and intellectual growth, committed to not only disseminating narratives but also analyzing the fundamental factors contributing to these shortcomings. Our objective is the establishment of a flourishing community wherein entrepreneurs of all levels, whether those who are just starting out or those who have extensive experience, may discover a sense of comfort, receive help, and have access to essential knowledge and perspectives.

Authors

Installation

install | clone | fork the project

git clone https://github.com/JaafarAlMuallim/SWE-363-Project

then

cd server
npm i
npm run dev
cd client
npm i
npm run dev

Tech Stack

Client: NextJs, TailwindCSS, Tanstack Query

Server: Node, Express, Drizzle ORM, Supabase

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in the server

DATABASE_URL
SECRET_KEY

in the client

NEXT_AUTH_URL
NEXT_AUTH_SECRET
EDGE_STORE_ACCESS_KEY
EDGE_STORE_SECRET_KEY

Documentation

Documentation with screenshots is included in the following link

Documentation