- This is an API for a responsive website that allows user to register and contribute their services to other people
- NodeJS >= 6.0
- MongoDB
- Robo3t
- GraphiQL App
git clone https://github.com/tvtienit/service-provider.git
cd service-provider/
- Start MongoDB:
mongod
npm install
||yarn install
npm run dev
||yarn dev
npm run build
||yarn build
- Apollo Server:
localhost:2501/graphql
(POST Request only) - GraphiQL:
localhost:2501/graphiql
(Development MODE Only)
yarn autoclean --init && yarn autoclean --force