Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 964 Bytes

File metadata and controls

34 lines (20 loc) · 964 Bytes

VIEW APP ON PRODUCTION HERE

https://personal-budget-alkemy.netlify.app/

First step

Installing dependencies, into client and server folder, run this script:

npm install

Start the project on development mode

For this, into server u need create a file .env with your config to connections of mysql, like:

DB_USER: your_user, DB_HOST: your_host, DB_PASS: your_pass, DB_DATABASE: your_db

After this, u can run:

npm run dev

Runs the server in the development mode.
Open http://localhost:4000 to view it in the browser.

Into client folder change the link https://budget-server-alkemy.herokuapp.com/ for the localhost http://localhost:4000.

Now, u can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.