Skip to content

davidmfritz/mtg-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtg-api

WebAPI for fetching MtG card data using Node.js

development

  1. Install Node.js dependencies by using the command npm i.
  2. Start the development server by using the command npx nodemon.

production

  1. Compile TypeScript files by using the command npm run tsc. The files will end up in the build/ directory.
  2. Run the production server by using the command npm run start:prod.

setting up cloud service deployment

  1. If you're deploying to a cloud service like render.com, use the build command npm run build.
  2. And the Start Command npm run start:prod.

About

WebAPI for fetching MtG card data using Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published