amjohnp / Vue-Notes-App

A Notes App created with Vue, Vuex, Vue-Rouer & MySQL. Basically it's a MEVN app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue-Notes-App

A Notes App created with Vue, Vuex, Vue-Rouer & MySQL. Basically it's a MEVN app.

Own the project

  1. First install all dependencies with npm or Yarn:

    npm install

    or

    yarn
  2. Open PHPMyAdmin, create a DB & import db.sql file.

  3. Create a .env file and insert the following code. Replace values with yours!!

    PORT=YOUR_PORT
    MYSQL_HOST="host"
    MYSQL_USER="user"
    MYSQL_PASSWORD="password"
    MYSQL_DATABASE="db"
  4. Start the server

    npm run start
  5. Now run the app

    localhost:[PORT]     PORT = YOU DEFINED IN .ENV FILE. 2250 BY DEFAULT!!
    
  6. Enjoy!!

Contribute

Show your support by 🌟 the project!!

Feel free to contribute!!

About

A Notes App created with Vue, Vuex, Vue-Rouer & MySQL. Basically it's a MEVN app.


Languages

Language:Vue 100.0%