Skip to content

Backend para la aplicación web del hackathon #freecode

Notifications You must be signed in to change notification settings

freecode-grupo-3/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend

Backend para la aplicación web del hackathon #freecode

Configuraciones del Proyecto

  • Entorno Virtual

    • pip install virtualenv
    • virtualenv -p python3 env
    • source env/bin/activate
  • Instalar dependencias

    • Activar entorno vitual
    • pip install -r requirements.txt
  • Migraciones

    • python manage.py makemigrations
    • python manage.py migrate
  • Crear Super Usuario

    • python manage.py createsuperuser
  • Correr servidor

    • python manage.py runserver
  • Correr servidor

    • daphne -b 0.0.0.0 -p 8000 medicrumbs.asgi:application

Endpoints

  • Users
    • users/
      • GET
      • PUT
      • PATCH
      • DELETE
    • users/{user_id}/
      • GET
    • users/create/
      • POST
        • 'username', 'password', 'first_name', 'last_name', 'email', 'groups'

About

Backend para la aplicación web del hackathon #freecode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages