Skip to content

JiryPaternoster/webservices-budget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BudgetBackEnd

This is the backend used in lessons Webservices.

Requirements

For users of Chocolatey:

choco install nodejs -y
choco install yarn -y
choco install mysql -y
choco install mysql.workbench -y

Before starting/testing this project

Create a .env (development) file with the following template.

NODE_ENV=development
DATABASE_USERNAME=root
DATABASE_PASSWORD=root

Start this project

  • Install all dependencies: yarn
  • Make sure a .env exists (see above)
  • Start the development server: yarn start

Test this project

  • Install all dependencies: yarn
  • Make sure a .env.test exists with NODE_ENV=test (see above)
  • Start the development server: yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%