Skip to content
/ Mint Public
forked from treyhboy/Mint

A barebones Node.js app using Express 4.

Notifications You must be signed in to change notification settings

Zarad1993/Mint

 
 

Repository files navigation

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.

About

A barebones Node.js app using Express 4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • HTML 12.2%
  • CSS 8.1%