Coder Social home page Coder Social logo

todo-api's Introduction

๐Ÿš€ TODO API

Projectย ย ย |ย ย ย  Seedsย ย ย |ย ย ย  Examplesย ย ย |ย ย ย  Coverageย ย ย |ย ย ย  Technologies

Language Made by Higor Martins GitHub last commit Stargazers

๐Ÿ’ป Project

A GraphQL API created using NodeJS, Apollo Server and PostgreSQL to manage TODOS

๐Ÿš€ Seeds

When you start the project, some seeds are going to execute and create a user and todos as example:

email: [email protected] password: example@123

So you can use this user to authenticate and test the functionalities.

๐Ÿš€ Examples

Screen Shot 2022-09-05 at 21 33 10

OBS: Please don't forget to get one JWT token using this example and the credentials above;

mutation Authentication($email: String!, $password: String! ){ login(email: $email, password: $password) }

๐Ÿš€ Coverage

Coverage example using JEST

  • yarn test or npm run test

Screen Shot 2022-09-05 at 21 07 11

๐Ÿš€ Technologies

This project was developed using:

๐Ÿƒโ€โ™‚๏ธ Installing and running the project

  • Download the project
  • Update the .env with your settings
  • yarn to install the dependencies
  • yarn start:devto start the project with your own postgresql database
  • yarn start:composeto start the project using the docker-compose.yml file

todo-api's People

Contributors

dependabot[bot] avatar higorhms avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.