Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 715 Bytes

File metadata and controls

30 lines (20 loc) · 715 Bytes

Mint

A barebones Node.js app using Express 4.

Running Locally

Pull down repository

git clone https://github.com/treyhboy/Mint.git # or clone your own fork
cd Mint

Make sure you have Node.js and MySQL installed.

npm install
npm start

You can also use Docker to run the app. This will remove the requirement of MySQL installed on your local machine and will run MySQL in a Docker container.

docker-compose up -d

Your app should now be running on localhost:3100.

Contribution

Some UI changes to the app would be great for going and some feature enhances.