Skip to content

kelloggy/ayeGraphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ayeGraphql

Description: CRUD apis with graphql

Tech stack: Nodejs, Express server, Typescript

Database: Postgresql

How to install:

  • git clone the repository
  • npm install installing all the dependencies
  • npm run dev for start developing
  • npm run typeorm migration:run for running existing migrations into local
  • npm run typeorm migration:generate -n src/migration/<migrationName> for automatically generating migration script from the changes from entities folder.

About

CRUD apis with graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published