Skip to content

Repository files navigation

Knowledge Sharing Platform 🚀 Explore technical topics

community platform to find and contribute answers to technical challenges

Tech Stack 📋

  1. next.js
  2. react.js
  3. Apollo
  4. graphql
  5. mongodb
  6. express.js

How to run locally

  1. Create a file called dev.js in following path server/config/

  2. Copy below code and paste it in dev.js

    module.exports = { mongoURI: 'Your mongo uri', SESSION_SECRET: 'You can add you session secret' }
  3. Copy below code and paste it in next.config.js

    module.exports = { env: { BASE_URL: 'http://localhost:3000/graphql' } }

  4. Before starting, Run the below command it will populate sample data in your mongodb.

    npm run populateDB

  5. Finally run npm run dev command.

App Info

Author

Sujith Gunasekaran

Version

1.0.0

License

This project is licensed under the MIT License

Releases

Packages

Contributors

Languages