Single-Page-Social-Network
A reactive mini-social-network created with Vue!!
No longer maintained. But it works
Another Versions
Quick liks
Screenshots









Usage
-
First install all dependencies:
# with npm npm install # or with yarn yarn -
Open PHPMyAdmin, create a DB & import
db.sqlfile. -
Create a
.envfile 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!!