All Projects → dzcode-io → dzcode.io

dzcode-io / dzcode.io

Licence: MIT license
Website & mobile app for Algerian open-source community

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to dzcode.io

openapi-specification
Pinnacle REST API Open API Specification (swagger)
Stars: ✭ 20 (-80.77%)
Mutual labels:  openapi
meetup
Official repository of React Rotterdam meetup
Stars: ✭ 17 (-83.65%)
Mutual labels:  community
swaggerhub-cli
SwaggerHub CLI
Stars: ✭ 28 (-73.08%)
Mutual labels:  openapi
python-sonarqube-api
Python wrapper for the SonarQube (Community Edition and Enterprise Edition) and SonarCloud API.
Stars: ✭ 107 (+2.88%)
Mutual labels:  community
Unchase.OpenAPI.Connectedservice
📜 Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 69 (-33.65%)
Mutual labels:  openapi
lagom-openapi
OpenAPI/Swagger module for Lagom
Stars: ✭ 34 (-67.31%)
Mutual labels:  openapi
visconf
Generate an animated version of presentation from slides and transcript!
Stars: ✭ 33 (-68.27%)
Mutual labels:  community
lodata
The OData v4.01 Producer for Laravel
Stars: ✭ 40 (-61.54%)
Mutual labels:  openapi
Portfolio
Expo + Next.js Portfolio
Stars: ✭ 56 (-46.15%)
Mutual labels:  expo
falcon-apispec
apispec plugin that generates OpenAPI specification (aka Swagger Docs) for Falcon web applications.
Stars: ✭ 44 (-57.69%)
Mutual labels:  openapi
all-my-contributions
A list of all my contributions ❤️
Stars: ✭ 16 (-84.62%)
Mutual labels:  community
awesome-veganism
curated list of awesome resources, pointers, and tips related to veganism
Stars: ✭ 41 (-60.58%)
Mutual labels:  community
harvest-php-api
🌾 A Harvest API PHP Client
Stars: ✭ 20 (-80.77%)
Mutual labels:  openapi
Proffy
👥 Plataforma de estudos online, onde é possível conectar alunos com professores. Este é um projeto que foi desenvolvido durante a Next Level Week #2 da @Rocketseat, durante os dias 3 à 7 de agosto de 2020.
Stars: ✭ 12 (-88.46%)
Mutual labels:  expo
openapimux
Open API router in go
Stars: ✭ 21 (-79.81%)
Mutual labels:  openapi
awesome-nodered
A collection of interesting nodes and resources for Node-RED
Stars: ✭ 316 (+203.85%)
Mutual labels:  community
nodebb-theme-oxide
Theme based on Github for NodeBB.
Stars: ✭ 23 (-77.88%)
Mutual labels:  community
web
ue nani
Stars: ✭ 10 (-90.38%)
Mutual labels:  community
open-api-mocker
A mock server based in OpenAPI Specification
Stars: ✭ 58 (-44.23%)
Mutual labels:  openapi
fusio-docker
Official docker container of Fusio an open source API management system
Stars: ✭ 25 (-75.96%)
Mutual labels:  openapi

dzcode.io

The code for dzcode.io, a website for Algerian open-source community.

Meta

You can find more about each folder by clicking on the folder name

Apps Coverage Production URL Staging URL Local URL
web codecov dzcode.io stage.dzcode.io localhost:8080
data codecov data.dzcode.io data.stage.dzcode.io localhost:9090
api codecov api.dzcode.io/docs api-stage.dzcode.io/docs localhost:7070/docs
mobile codecov Android | iOS | Expo localhost:19002
Packages
models codecov
utils codecov
ui codecov
tooling

Get Started

Perquisites

Make sure you have:

  • Git
  • Nodejs version 14 or higher (we recommend using nvm)
  • Yarn version 1.4.2 or higher

Run it locally

  • Open terminal and clone the repo:
 git clone https://github.com/dzcode-io/dzcode.io.git
  • Make sure you are in the project root:
 cd dzcode.io
  • Install dependencies:
yarn
  • Run it locally by either:
yarn dev:web
yarn dev:mobile
yarn dev:all

Note

In ./api, keep in mind that you have limited calls to Github Api (60 calls per hour), the FetchService is doing a great job at caching theses calls so it doesn't unnecessarily consume Github API quota. If you wish to extend the limit from 60 to 5000, simply create a Github Personal Access Token (make sure it has Access public repositories checked), and set it in ./api/.env like this:

GITHUB_TOKEN=Paste_You_Token_Here

Contributing

To get started see the contributing guidelines.

If you use VSCode, please make sure to have a .vscode/settings.json file with the content:

{
  "prettier.configPath": "packages/tooling/.prettierrc",
  "eslint.options": { "overrideConfigFile": "packages/tooling/.eslintrc.json" }
}

Before You Create a Pull Request

  • If you already forked the repository, please make sure your fork is up-to-date, following this simple steps.
  • Please make sure your code follows the style guideline defined in this repo, for that simply run yarn lint:fix to ensure the conformity. This process should happen automatically whenever you commit your changes, but you can always do it manually when your Pull Request checks are failing due to linting errors.

List Your Project or Add/Edit Article

License

Copyright (c) 2021 DzCode i/o (twitter: @dzcode_io) Licensed under the MIT license.

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].