Skip to content

Pastorsin/albumes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Álbumes-api

Álbumes logo

API for managing natural disasters albums

Features

  • Create and view your personal albums of interviews on natural disasters to raise awareness
  • Generate and print your own accessibility albums
  • View interviews of natural disasters

Getting Started

Official website

Visit the site and start!

API Documentation

Docs homepage

Setup

If you want to set up your own version of Álbumes API, follow the instructions below:

  1. Clone the repository

    git clone https://github.com/Pastorsin/albumes-api.git
    cd albumes-api
  2. Create a virtualenv

    virtualenv -p python3 venv
    source venv/bin/activate
  3. Install requirements

    pip3 install -r requirements
  4. Make migrations

    python3 manage.py migrate
  5. Define the follow enviroments variables:

    export SECRET_KEY="secret_key"   
    export DEBUG=True
  6. Run server

    python3 manage.py runserver

Releases

No releases published

Languages