💬 Simple Social Network Application for sharing posts/discussions, built with MEVN stack.
Before you get started make sure to install Vue and MongoDb on your environment.
After Cloning the repository run the following commands to get started.
cd backend
npm install
npm run dev
MONGO_URI={mongo db connection string}
TOKEN_KEY=someJWTAuthenticationKey
Create another .env file in frontend folder. It should look like this (only if backend is running locally):
VUE_APP_API_URL=http://localhost:5050/api
cd frontend
npm install
npm run serve