This repo will serve as the primary backend for the Kickit Open Source Project Manager. This implementation has been done with:
- Node.js
- Hapi.js
- GraphQl
- MongoDB
There has also been a implementation done in Golang but development has been paused in favour of pursueing a full JS stack with the kickit web-app and mobile-app being react and react-native based respectively.
- MongoDB
- NodeJS
- Docker / Docker Compose
git clone \<repo url\>
cd kickit-backend
docker-compose up
- the server will be available at localhost:3030
- All requests are made to /graphql
- the graphiql interface is available at /graphiql
TBD