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.
The project was developed using the following technologies:
- NodeJS 10.x
- NPM or Yarn
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