Skip to content

OpenDevHub is a community of developers, designers, and creators

License

Notifications You must be signed in to change notification settings

nikhilnigamnik/open-dev-hub

Repository files navigation

OpneDevHub

Spotlight on Open-Source Innovations / Navigate through the highest-rated open-source projects, as chosen by the tech community.

App Screenshot

App Screenshot

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 ⬇️

TWITTER - Join

Tech stack

Next.js

tailwind css

MongoDB

Prisma

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.

  1. Fork the project

  2. Clone the repo

  git clone https://github.com/<your-github-username->/open-dev-hub
  1. Go into the project directory

     cd open-dev-hub
  2. 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 the connection string which you'll get from mongodb for reference.
    • NEXTAUTH_SECRET Just pass any random string or you can quickly create a good value on the command line via this openssl command.
     openssl rand -base64 32
  3. Install all the dependencies

    npm / yarn install
  4. 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 ⭐

About

OpenDevHub is a community of developers, designers, and creators

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published