Discover open-source projects, connect with experienced maintainers, and collaborate with a community of passionate contributors. Join over 150 registered users who are already making a difference
Check out the web app 🌏 : https://projectmate.net/
As a community, we always encourage people to share their thoughts and ideas. Do you want to talk to us? Join and Follow our Discord server and Twitter page ⬇️
Figma design:
- Frontend - Next.js Client
- CSS Framework - Tailwind CSS
- Backend - NextJS APIs + Next Auth + MongoDB + Prisma ORM
- Design & Prototype - Figma
Prerequisites
Before getting into it, make sure you have yarn and prisma installed.
-
Fork the project 🔧
-
Clone the project by running the following command on the terminal 🔽
git clone https://github.com/<your-github-username>/projectmate.git
-
Go into the project directory 🔽
cd projectmate
-
Create an
.env
file from the.env.template
file (copy everything in the.env.template
file and put it in the.env
file with appropriate values) 📄MONGODB_URI
is theconnection string
which you'll get from mongodb for reference.NEXTAUTH_SECRET
Just pass anyrandom string
or you can quickly create a good value on the command line via thisopenssl command
.
openssl rand -base64 32
-
Install all the dependencies ✅
yarn
-
Synchronize your Prisma schema with your database schema 🗃
yarn prisma db push
-
Insert required data to your database ✅
yarn prisma db seed
-
Start the application development server 🚀
yarn run dev
Any contributions you make are truly appreciated, go to our CONTRIBUTING.md file for more information.
View CODE_OF_CONDUCT.md
Don't forget to leave a star ⭐ if you want to support us.
projectmate is licensed under the MIT License - see the LICENSE file for details.