A reactive mini-social-network created with Vue!!
No longer maintained. But it works
π Launch your online store with OwnStore.
-
First install all dependencies:
# with npm npm install # or with yarn 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" SESSION_SECRET_LETTER="anything-secret"
-
Start the server
npm start [OR] yarn start
-
Now run the app
localhost:[PORT] PORT=3917 (By default)
-
Enjoy!!