Skip to content

yTakkar/Vue-Notes-App

Repository files navigation

Vue-Notes-App

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

Quick Links

  1. Screenshots
  2. Own the project

Screenshots

alt text alt text alt text alt text

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 start
  5. Now run the app

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

Contribute

Show your support by 🌟 the project!!

Feel free to contribute!!

About

A Notes-App created with Vue. Basically it's a MEVN app!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages