Skip to content

Druvo/xtra_blog

Repository files navigation

Xtra_blog

 

Xtra_blog

Github top language Github language count Repository size License Github stars

🚧 Xtra_blog 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This is a test project to do some experiment and learn!!!

✨ Features

✔️ User management;
✔️ Blog Post management;
✔️ Contract;

✅ Requirements

The following tools were used in this project:

🏁 Starting

# Clone this project
$ git clone https://github.com/Druvo/xtra_blog

# Access
$ cd xtra_blog

# Install dependencies
$ pip install -r requirements.txt

# Run the project
$ python manage.py runserver

# The server will initialize in the <http://localhost:8000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Druvo

 

Back to top