Skip to content

The repository containing the source code for PeopleEat's web server application.

Notifications You must be signed in to change notification settings

people-eat/server

Repository files navigation

PeopleEat Server

Codacy Badge

Development Prerequisites

  • Make sure you have the Node.js runtime installed.
  • Make sure you are using Node.js version 20. A simple way to switch versions is with the npm package n or nvm.
npm install --global n
sudo n 20
npm install --global yarn

Development

Install dependencies:

yarn

http://localhost:4000/graphql

Integration

https://api-integration-people-eat.cem-yilmaz.de/graphql

Production

https://api-people-eat.cem-yilmaz.de/graphql

Technology Stack