/falcon-qna-backend

Backend based on Node.js, MongoDB & GraphQL for https://github.com/yogesh-aggarwal/falcon-qna

Primary LanguageTypeScript

Backend for Falcon-QnA

Backend for Falcon-QnA

Want to contribute?

We love contributions 💖! If you want to contribute to the project you have to follow the following steps:

  • Install dependecies by running:
    npm install
    
  • Making sure you have mongodb installed, prepare your data by running:
    ts-node prepareData.ts
    
  • Run the development server:
    npm start
    
  • Now, you are ready with your suite & ready to contribute 🚀.

Read the contribution guidelines for more information.