open-dev-hub
open-dev-hub copied to clipboard
OpenDevHub is a community of developers, designers, and creators
OpneDevHub
Spotlight on Open-Source Innovations / Navigate through the highest-rated open-source projects, as chosen by the tech community.


Connect with us
As a community, we always encourage people to share their thoughts and ideas. Do you want to talk to us? Follow our Twitter page ⬇️
Tech stack
Client : NextJs, TailwindCss
Server : NextJs API, MongoDB, Prisma ORM, Next-Auth
Authors
Run Locally
Before getting into it, make sure you have yarn and prisma installed.
-
Fork the project
-
Clone the repo
git clone https://github.com/<your-github-username->/open-dev-hub
-
Go into the project directory
cd open-dev-hub -
Create an
.envfile from the.env.templatefile (copy everything in the.env.templatefile and put it in the.envfile with appropriate values)MONGODB_URIis theconnection stringwhich you'll get from mongodb for reference.NEXTAUTH_SECRETJust pass anyrandom stringor you can quickly create a good value on the command line via thisopenssl command.
openssl rand -base64 32 -
Install all the dependencies
npm / yarn install -
Start the application development server
npm / yarn run dev
Contributing
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
Support
Don't forget to support us by leaving a star ⭐