A social platform designed to bring people together and forge communities based around co-working, co-learning and skill sharing. In our first iteration we have delivered an MVP to enable people to meet others from across the world, message and connect, share skills, teach and learn. Beyond the scope of our MVP is an aim to build a fully integrated skills sharing ecosystem with tokenised lessons, where people can trade their skills for tokens they can exchange elsewhere on the site to expand their own skills.
Server
Database
- Search and browse for mentors
- Ability to create/update account
- Messaging capability
- Scheduling sessions via Calendly
Color | Hex |
---|---|
Primary Color | #265B8B |
Secondary Color | #1181C8 |
Accent Color | #84C7F2 |
Text Color | #23445B |
Background Color | #ECECEB |
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
This project uses NPM as package manager
npm install
Install my-project with npm
npm install
Clone the project
git clone https://github.com/chingu-voyages/UpSkill.git
Go to the client directory
cd client
npm install
npm run dev
Go to the server directory
cd server
npm install
node index
Go Chingu Bears 29!
Project Link: N/A
Thank you to Jim and the Chingu team for helping us Upskill!