Skip to content

kojiadrianojr/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Introduction:

Blogsite BE is the backend service for blogsite-fe, a simple web application blogging platform. Built with Django, Blogsite BE provides robust and scalable RESTful APIs to support user authentication, and blog post management.

Requirements

  • Python
  • Django
  • Django Rest Framework
  • Djoser

Note

This repository is the backend for the application blogsite-fe

Setup

Follow these steps to get a local copy of the project up and running.

  1. Close this repository
git clone https://github.com/kojiadrianojr/backend.git
  1. Create and activate a veritual environment
  2. Copy the requirements.txt to your virtual environment
  3. Activate your virtual environment
  4. Install the dependencies
pip install -r requirements.txt

Note

You can read more about virtualenv here: https://virtualenv.pypa.io/en/latest/user_guide.html

Running the server

  1. Apply migration
python manage.py migrate
  1. Run the development server
python manage.py runserver

Live URL

The api is deployed on https://www.pythonanywhere.com/, and can be accessed here:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages