Skip to content

This is a Challenge from Alkemy for the Full-Stack JS developer. I used the following technologies: NodeJS, Express, MySQL and React.

Notifications You must be signed in to change notification settings

CristhianS16/challenge-alkemy-personal-budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a Challenge from Alkemy for the Full-Stack JS developer. I used the following technologies: NodeJS, Express, MySQL and React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published