All Projects → ChoukseyKhushbu → Gitzilla

ChoukseyKhushbu / Gitzilla

Licence: MIT License
A resume builder for your GitHub profile.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Gitzilla

Grial
A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.
Stars: ✭ 194 (+223.33%)
Mutual labels:  graphql-server, graphql-api
DotNetGraphQL
A sample demonstrating how to create a GraphQL Backend in .NET and consume it from a .NET mobile app created using Xamarin
Stars: ✭ 78 (+30%)
Mutual labels:  graphql-server, graphql-api
Rails Devise Graphql
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
Stars: ✭ 199 (+231.67%)
Mutual labels:  graphql-server, graphql-api
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (+201.67%)
Mutual labels:  graphql-server, graphql-api
graphql-express-nodejs
A Simple GraphQL Server implementation using Express and Node. See post here: https://t.co/Cm6GitZaBL
Stars: ✭ 24 (-60%)
Mutual labels:  graphql-server, graphql-api
Gqlify
[NOT MAINTAINED]An API integration framework using GraphQL
Stars: ✭ 182 (+203.33%)
Mutual labels:  graphql-server, graphql-api
Graphqlize
A Clojure & JVM library for developing GraphQL API instantly from Postgres and MySQL databases
Stars: ✭ 240 (+300%)
Mutual labels:  graphql-server, graphql-api
Graphql Stack
A visual explanation of how the various tools in the GraphQL ecosystem fit together.
Stars: ✭ 117 (+95%)
Mutual labels:  graphql-server, graphql-api
finch-graphql
Local GraphQL API in the background process of a web extension.
Stars: ✭ 48 (-20%)
Mutual labels:  graphql-server, graphql-api
kanji
A strongly typed GraphQL API framework
Stars: ✭ 12 (-80%)
Mutual labels:  graphql-server, graphql-api
Storefront Api
Storefront GraphQL API Gateway. Modular architecture. ElasticSearch included. Works great with Magento1, Magento2, Spree, OpenCart, Pimcore and custom backends
Stars: ✭ 180 (+200%)
Mutual labels:  graphql-server, graphql-api
git-space
A web application to view Github's user profile.
Stars: ✭ 14 (-76.67%)
Mutual labels:  github-api, react-router
Pop
Monorepo of the PoP project, including: a server-side component model in PHP, a GraphQL server, a GraphQL API plugin for WordPress, and a website builder
Stars: ✭ 160 (+166.67%)
Mutual labels:  graphql-server, graphql-api
Graphql Spqr Spring Boot Starter
Spring Boot 2 starter powered by GraphQL SPQR
Stars: ✭ 187 (+211.67%)
Mutual labels:  graphql-server, graphql-api
Hangzhou Graphql Party
杭州 GraphQLParty 往期记录(slide,照片,预告,视频等)
Stars: ✭ 142 (+136.67%)
Mutual labels:  graphql-server, graphql-api
36 Graphql Concepts
📜 36 concepts every GraphQL developer should know.
Stars: ✭ 209 (+248.33%)
Mutual labels:  graphql-server, graphql-api
Rest And Graphql
⚡️ Highly scalable REST API codebase with GraphQL layer on its ⚡️
Stars: ✭ 55 (-8.33%)
Mutual labels:  graphql-server, graphql-api
Daptin
Daptin - Backend As A Service - GraphQL/JSON-API Headless CMS
Stars: ✭ 1,195 (+1891.67%)
Mutual labels:  graphql-server, graphql-api
server
Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
Stars: ✭ 20 (-66.67%)
Mutual labels:  graphql-server, graphql-api
git-issue-react-electronjs
⚙️. ⚛️. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.
Stars: ✭ 21 (-65%)
Mutual labels:  github-api, react-router

GitZilla 🌟

GitZilla Website

👩‍💻 Technology Stack

📍 API

GitHub API

Installation

1. Clone this repo by running either of the below commands.

https : `git clone https://github.com/ChoukseyKhushbu/Gitzilla.git`

ssh : `git clone [email protected]:ChoukseyKhushbu/Gitzilla.git`

2. Now, run the following commands:

cd Gitzilla
npm install

This will install all the project dependencies.

3. Create a .env file in the project root folder and copy the format of .env.sample file.

  • .env.sample file contains all the environment variables required for running the project.

4. Get your Personal Access Token by signing in to your github account and then go to your setting -> developer setting -> Personal access tokens -> Generate new token

  • Add this token to your .env file

5. To start the development server run:

npm start

6. 🎉 Open your browser and go to https://localhost:3000

📄 License

MIT © Gitzilla

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].