Spotlight on Open-Source Innovations / Navigate through the highest-rated open-source projects, as chosen by the tech community.
As a community, we always encourage people to share their thoughts and ideas. Do you want to talk to us? Follow our Twitter page ⬇️
Client : NextJs, TailwindCss
Server : NextJs API, MongoDB, Prisma ORM, Next-Auth
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
.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
npm / yarn install
-
Start the application development server
npm / yarn run dev
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Don't forget to support us by leaving a star ⭐