Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CodingCoach

Connecting developers with mentors worldwide. Your donation go directly to cover our costs, not to anyone from the team.
Collective - Host: opensource - https://opencollective.com/codingcoach-io - Website: https://codingcoach.io/ - Code: https://github.com/coding-coach

Add SSh-key setup notification and link

github.com/Coding-Coach/coding-coach-api - 993d2d54904d6e61800079a19cf669855a04e4ac authored over 6 years ago
removing moongose schema type lowercase from name fields and allowNull from password field. Correcting message text of email validator and adding an activationStatus field

github.com/Coding-Coach/coding-coach-api - 9e03380d433e11dc7f728787bc143d2f1d4105fc authored over 6 years ago
cleaning of mongoose schema syntax and conforming to camel case syntax

github.com/Coding-Coach/coding-coach-api - 69447ea9bbbe07c7b5af9e0f79fdb128864a2766 authored over 6 years ago
removing user.graphql from userSchema branch

github.com/Coding-Coach/coding-coach-api - acc6ae79e8f6ea1eb6246e6a10bd156ca146c507 authored over 6 years ago
updating minor fields within userSchema

github.com/Coding-Coach/coding-coach-api - 128e13273d5f9e4274f61c4e80558593c550d4db authored over 6 years ago
implementation of mutation and quarty types in graphql

github.com/Coding-Coach/coding-coach-api - 412d8850a3c329798ebe4d867520a8d73e1bd344 authored over 6 years ago
adding validation methods with mongoose-validator library

github.com/Coding-Coach/coding-coach-api - 0cab21a9aade2a92975a9b31385caa95fadf701d authored over 6 years ago
implementing userSchema with validators and bycrt

github.com/Coding-Coach/coding-coach-api - a7f87fa38b8cae960f546791ff128c4215181995 authored over 6 years ago
Merge pull request #14 from charlesjliu/chore/cleanup-first-time-setup

Update first time setup

github.com/Coding-Coach/coding-coach-api - bf78a0fef01b1032844149bc809ae36bbef36c14 authored over 6 years ago
prettier all the js to add semis back

github.com/Coding-Coach/coding-coach-api - f47972de5bad89318aa47123be780cbc96b3e0d8 authored over 6 years ago
fix glob and add packages for linting

github.com/Coding-Coach/coding-coach-api - 930788387f54808c52718ec09ff1007aee651616 authored over 6 years ago
add prettier precommit

github.com/Coding-Coach/coding-coach-api - 73f2987c0ddc5e90da6c282aea11cb0a2830be43 authored over 6 years ago
add back script to rebuild docker, remove port 3001

github.com/Coding-Coach/coding-coach-api - 36914e134f0609a5f33bd83a1ed00ccc967dbc97 authored over 6 years ago
update docker file so that anyone can run the prod server with docker-compose

github.com/Coding-Coach/coding-coach-api - 4a19d3f2922a987d7f5d24ed883f3c3c2a1a08f6 authored over 6 years ago
Merge pull request #6 from charlesjliu/chore/mongoose-boilerplate

Add Boilerplate for mongoose/Jest & add dummy query/mutations for demonstration

github.com/Coding-Coach/coding-coach-api - adcd57a259d0f7f0f560d3616bb003de0dfdd2a2 authored over 6 years ago
Merge pull request #5 from charlesjliu/chore/updated-readme

Update README

github.com/Coding-Coach/coding-coach-api - 9d9aee2c73ae28705b118a5e550ecbd2ff7d9e32 authored over 6 years ago
add User shema, modify gql schema to create users, query mentors/mentees

github.com/Coding-Coach/coding-coach-api - 450e4e1203e4491a145aa7bff66387a7e71aecb0 authored over 6 years ago
adapted workflow section from frontend README

github.com/Coding-Coach/coding-coach-api - deab6894ea5befe9c1135992735d0ddc215981ad authored over 6 years ago
Merge pull request #4 from charlesjliu/chore/use-graphql-files

move graphql types to .graphql files

github.com/Coding-Coach/coding-coach-api - 710656c6b8d77175e15f1dd1a740a779b8aeaf6f authored over 6 years ago
move graphql types to .graphql files

github.com/Coding-Coach/coding-coach-api - fc3ab6c5422cf2dc50ce4c1a1b794bdf6c221e62 authored over 6 years ago
Merge pull request #2 from jagzviruz/initial

Initial commit to setup the GraphQL based backend

github.com/Coding-Coach/coding-coach-api - 40f4a0eefe423e66125296408789464e52c01598 authored over 6 years ago
removed redundant code.

github.com/Coding-Coach/coding-coach-api - 21e4be5f35a57daa8d56a6ca4736ea1d800648d5 authored over 6 years ago
disable GraphQL playground in `production`

github.com/Coding-Coach/coding-coach-api - fbb1b3a0f42a65c751862a460fe8d2fc19ecfcd2 authored over 6 years ago
- implemented "production" build with babelified code

- docker image is built as a postbuild
- Implemented docker image build with "production" build
-...

github.com/Coding-Coach/coding-coach-api - 6b164e52ed90b0ac0486aa1362f746a1518e2f25 authored over 6 years ago
Initial commit to setup the GraphQL based backend

I have created a full fledged backend for serving data. The following features have been include...

github.com/Coding-Coach/coding-coach-api - 42c4d0e18ef221f24471784940d75f738a2a1426 authored over 6 years ago
Merge pull request #14 from hakankaraduman/fix/sass

Removed sass being a global dependency

github.com/Coding-Coach/coding-coach - 67f0fa0fe026546a768ceee2b1b51241a7899b57 authored over 6 years ago
Removed sass being a global dependency

github.com/Coding-Coach/coding-coach - 0ce40840c2c5532aaf68062af660f627a1cad9b9 authored over 6 years ago
Merge pull request #11 from reeversedev/patch-1

Updated Readme

github.com/Coding-Coach/coding-coach - 0247e7740ae0be02f93a8ad9e067cbaaaee09157 authored over 6 years ago
Merge pull request #8 from Halkreen/Contributing

chore(contributing): Added CONTRIBUTING.md

github.com/Coding-Coach/coding-coach - e7d9a25636a72676d01a28cc34be52fad58eb8f2 authored over 6 years ago
Merge pull request #7 from crysfel/feature/1

Adding workflow guidelines

github.com/Coding-Coach/coding-coach - 1372b776bed675a3a5d3d7d1b9a744c1f9415970 authored over 6 years ago
Merge pull request #4 from WNemencha/chore/gitignore

chore(gitignore): Remove build folder and ignore most common files

github.com/Coding-Coach/coding-coach - afab61f625f5a2a0fe571c686f2bf95353cde2e8 authored over 6 years ago
Updated Readme

Added a short description.

github.com/Coding-Coach/coding-coach - 0fda5c282d856b12afdaaf059b95023e898dbda9 authored over 6 years ago
chore(contributing): Added CONTRIBUTING.md

github.com/Coding-Coach/coding-coach - c1736713a84ad51209d84360d4316d35049d7f2b authored over 6 years ago
Adding workflow guidelines

github.com/Coding-Coach/coding-coach - f8901fa868137318f4603f7dc6bd8406177b822e authored over 6 years ago
chore(gitignore): Remove compiled styles from the source code.

github.com/Coding-Coach/coding-coach - 53618ea3d26ea4a13bd8d8b5c1ca5153b1b92c13 authored over 6 years ago
chore(gitignore): Remove build folder from Git and ignore most common files that shouldn't be inside the repository.

github.com/Coding-Coach/coding-coach - 10b9e41371c44388bc16f1f93872709aaa6e1762 authored over 6 years ago
Updating text & build

github.com/Coding-Coach/coding-coach - 00b6244e8fa84ccf93135ad6c31dbb9db0e749e4 authored over 6 years ago
Merge pull request #1 from crysfel/fix/1

[Fix/1] Resizing background image to improve loading times

github.com/Coding-Coach/coding-coach - 2e3caf804e0ce143a3e85b0fdb372512f75f3a97 authored over 6 years ago
Using the optimized image

github.com/Coding-Coach/coding-coach - 370a8736fc1e05c876271a9e4dc29147c2f76051 authored over 6 years ago
Ignoring MacOS files

github.com/Coding-Coach/coding-coach - 48082c105045891f10bf2a54596947ea1cf9bc5f authored over 6 years ago
Resizing the background image to improve loading

github.com/Coding-Coach/coding-coach - 98325e5d91f917051d4a91a0db06519f8332ede4 authored over 6 years ago
Updating package json homepage

github.com/Coding-Coach/coding-coach - c2efd6bcf5a6703302c73da388270803e553e394 authored over 6 years ago