A micro-blogging platform with Flask & Vue
Clone the project
git clone https://github.com/DurmazDev/microblog cd microblog
docker-compose up --build
Start MongoDB & Redis and reconfigure
app/config.pyfile.
Enter directory
cd microblog/backend/Create Virtual Environment & Install Dependencies
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txtStart the server
python3 run.pyTo see API documentation, look README file under the backend folder.
Enter directory
cd microblog/frontend/Rename config.template.js to config.js and check configurations.
mv src/config.template.js src/config.jsInstall Dependencies
npm installStart in dev mode
npm run devThis repo is licensed under the MIT licence.