A Notes App created with Vue, Vuex, Vue-Rouer & MySQL. Basically it's a MEVN app.
-
First install all dependencies with npm or Yarn:
npm install
or
yarn
-
Open PHPMyAdmin, create a DB & import
db.sql
file. -
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"
-
Start the server
npm start
-
Now run the app
localhost:[PORT] PORT = YOU DEFINED IN .ENV FILE. 2260 BY DEFAULT!!
-
Enjoy!!
Show your support by 🌟 the project!!
Feel free to contribute!!