Skip to content

brendasy/Expense_tracker_Sequelize

Repository files navigation

Expense_tracker_Sequelize

Getting Started

Installing

install Node.js, this project use version V10.15.0
install MySQL

Running the project

1.Clone or download this project

git clone https://github.com/brendasy/Expense_tracker_Sequelize.git

2.Dowload modules

cd Expense_tracker_Sequelize/
npm install

3.Install Nodemon

cd Expense_tracker_Sequelize/
npm install -g nodemon

4.Execute the web server

cd Expense_tracker_Sequelize/
npm run dev

If you may see the result as following, then you could go on the next step.

> pocket-record@1.0.0 dev D:\expense-tracker-Sequelize
> nodemon app.js

[nodemon] 2.0.2
[nodemon] to restart at any time, enter `rs`
[nodemon] watching dir(s): *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node app.js`
Express is listening on port 3000

5.Start the browser

Enter the URL http://localhost:3000 at browser

Built With

  • nvm-windows - Node.js environment for windows OS
  • nvm - Node.js environment for Linux / Mac OS
  • cmder - Used to type cmd in windows OS
  • MySQL - MySQL for windows OS
  • MySQL - MySQL for Mac OS

Authors

  • Brenda

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published