Skip to content

kananimaulik26/upwork-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL MySQL Typescript CRUD

Installation

Please install the dependancy using following command

npm install
or
yarn install

for production

npm run build
npm start

for development:

npm run dev

Environment variables

Please create a .env environment file in the root folder and please change the value according to your MySQL credential

DB_HOST=localhost
DB_PORT=3306
DB_NAME=test
DB_USERNAME=root
DB_PASSWORD=root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published