Coder Social home page Coder Social logo

api_url_adm's Introduction

API_URL_ADM

An url shortener microservice written on python using flask framework.

First Steps:

  • Clone this repository.

  • CD to the application repository to create a virtual environment to run the app in development mode.

    Linux:

    1. cd api_url_adm/
    2. python3 -m venv venv
    
  • Activate the new environment and install all the python dependences:

    Linux:

    1. source venv/bin/activate
    2. pip install --no-cache-dir --use-pep517 -r requirements.txt
    

    Important: The --use-pep517 flag is used to prevent the "healthcheck" deprecated dependency alert, for more information visit this link. If this flag causes unexpected behavior, it should be removed from the integration process and the issue documented in this file so we are aware of the problem.

  • Set the environment variables inside a .env file and run the application

    Linux:

    1. cp .env.example .env
    2. python3 start.py
    

Minimum Requirements:

  1. Python = 3.8.18
  2. Mongo DB >= 4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.