kjschmidt913 / Mint

A barebones Node.js app using Express 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 79.7%Language:HTML 12.2%Language:CSS 8.1%Language:Dockerfile 0.0%