This is a simple graphql api that helps Startups monitor tasks and sub tasks. Tools and Frameworks used:
- NodeJS
- Express
- TypeGraphql
- TypeOrm
- Twitter API
First, clone this repo:
git clone <repo>
Then, install all required dependencies:
npm install
lastly, run the development server by:
npm start
# or
yarn start
Open [http://localhost:4000/graphql] with your browser to interact with the graphiql playground.
- Build Test Pipeline
- Implement frontend to consume GraphQL Api
- Build better error handler