mayals / Blogger

Advanced Blogger

Home Page:https://blogger-no5a.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

To run the API locally, follow these steps:

  1. Clone the repository: git clone https://github.com/yourusername/Blogger.git
  2. Create a virtual environment: python -m venv venv
  3. Activate the virtual environment: source venv/bin/activate
  4. Install dependencies: pip install -r requirements.txt
  5. Go to .settings.DATABASES section, deactivate #PRODUCTION mode and activate #Development mode, add PostgreSQL configuration to connect to your database to be the default database.
  6. Change .env.templates to .env and setup you environment variables.
  7. Set up the database: python manage.py migrate
  8. Create a superuser account: python manage.py createsuperuser
  9. Start the development server: python manage.py runserver

I have deploy this project to render :

https://blogger-no5a.onrender.com/

About

Advanced Blogger

https://blogger-no5a.onrender.com/


Languages

Language:JavaScript 74.0%Language:CSS 7.1%Language:TypeScript 6.3%Language:SCSS 5.6%Language:Less 5.4%Language:Handlebars 0.7%Language:HTML 0.4%Language:Python 0.4%Language:Shell 0.0%