Giter Club home page Giter Club logo

ships-rest's Introduction

Ships Rest API Backend

Table of Contents

Overview

[
  {
    "id": "1",
    "name": "Colombia SAS",
    "country": "Colombia",
    "continent": "South America",
    "coordinates": "1,1"
  },
  {...}
]

# Example response above endpoint Embarcaciones

API Rest developed with PHP Vanilla, MySQL and Docker, it has authentication and authorization with JWT it's API about Ships(Embarcaciones), Sales(Ventas) and Users(Usuarios).

If you want to know more about the API, please visit the API Documentation. You feel free to collaborate with me, I'm open to any suggestions or ideas.

Built With

How To Use

To clone and run this application, you'll need Git and PHP (which comes with composer) installed on your computer, of course it can be NGINX or XAMP. From your command line:

# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name

$ docker-compose build

$ docker-compose up -d

$ docker exec -it 

$ docker exec -it php-apache bash

# Add this line
<Directory "/var/www/html/mysite.com">
  AllowOverride All
</Directory>

$ a2enmod rewrite

# Install dependencies
$ cd /var/www/html/APIRest-Back && composer install

# Run the app, you can use nginx or apache

Contact

ships-rest's People

Contributors

sebasttiandaza avatar

Watchers

 avatar

ships-rest's Issues

SD Deploy Azure with Docker

  • Build images with Docker
  • Install Azure cli to connect with the service in local
  • Deploy image in Container Registries
  • Create Container App or Container Instance with the Container Registry
  • The first step will be deploy the app without HTTPS
  • The second step will be to do test with API in Container APP Insonmnia
  • The last step will be build the images with HTTPS if it's possible
  • Add docs about each of step in this deploy

Update README

You have to update the README with all information.

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.