Skip to content

devmansurov/org-directory-api

Repository files navigation

Simple REST API

Image

Description

This project was developed as part of a test task and is designed with a basic structure, focusing solely on the core functionality. It does not include advanced features such as authorization mechanisms, user authentication, or full CRUD (Create, Read, Update, Delete) operations. The project aims to demonstrate fundamental concepts without the implementation of more complex features typically found in a production environment.

Requirements

How To Deploy

For first time only !

  • git clone https://github.com/devmansurov/org-directory-api.git
  • cd org-directory-api
  • docker compose up -d --build
  • docker compose exec php bash
  • composer setup

From the second time onwards

  • docker compose up -d

Notes

Laravel Versions

Laravel App

API Docs

phpMyAdmin

  • URL: http://localhost:8080
  • Server: db
  • Username: devmansurov
  • Password: devmansurov
  • Database: devmansurov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published