Skip to content

arnauddw11/webservices-budget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget API

To start this API, create a .env file in the root of this folder with this content

NODE_ENV="development"
DATABASE_USERNAME="root"
DATABASE_PASSWORD=""

Update the username and password with the credentials of your local database.

You can also extend the .env file with these configurations, only if the database host/port are different than our default.

DATABASE_HOST="localhost"
DATABASE_PORT=3306

How to start

Run the app with yarn start.

Common errors

  • Modules not found errors, try this and run again:
yarn install
  • Migrations failed, try dropping the existing budget database and run again

  • Others: Google is your friend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%