Skip to content

Latest commit

 

History

History
 
 

backend

Programming language API

Get information about programming languages

Prerequisites

  • Node.js 12+
  • Yarn or NPM

Installation

  • Install dependencies
yarn install
  • Create configuration file from the template
cp .env.template .env

# Edit configuration to match your local environment and save
nano .env

Generate types for graphql schemas and resolvers

yarn generate:types
  • Start Application
yarn start

The application will be launched by Nodemon