/hackernews_graphql

This is a project developed based in technology graphql, this is a api graphql maked for a simulate a clone of the hackernews website.

Primary LanguageJavaScript

About

This project has as main objective to simulate a clone of an api made in graphql for the website hackernews (https://news.ycombinator.com/). This project was developed with the technologies graphql-yoga and prism as being the main pillars of the project and it counts with the registration flow of posts, the creation of users, the control of authentications and the necessary validations.

Technologies

The project was developed using the following technologies:

Minimal Requirements

  • NodeJS 10.x
  • NPM or Yarn

Getting Started

Cloning the repository:

  • $ git clone https://github.com/JeffPatricio/hackernews_graphql.git

Download the dependences:

Go to the root of the project

  • yarn

Executing

  • npx prisma migrate up --experimental
  • npx prisma generate
  • yarn dev