Skip to content

danielhrds/mediotec-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mediotec BE

Backend do Projeto Integrador do curso de Análise e Desenvolvimento de Sistemas da faculdade Senac

disponível em https://mediotec-be.onrender.com

About The Project

Built With

  • Django
  • django-rest-framework
  • PostgreSQL

Getting Started

Run locally

  1. Clone the repo

    git clone https://github.com/kylwrld/mediotec-be.git
  2. Enter directory

    cd mediotec-be
  3. Create a virtual environment

    python -m venv venv
  4. Activate the environment

    Windows

    venv\Scripts\activate

    Linux or Max

    venv/bin/activate
  5. Install dependencies

    pip install -r requirements.txt

About

REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors