This is the Space DKTS sales platform, here any citizen of the galaxy check for spaceships ads or ask to place a new ad.
This project contains a JSON Server application and a Symfony project. For running this project without docker, make sure you are familiar with node and php applications. You can check some documents in the links bellow.
- Clone this repository
- In the root folder of this repository, run following command:
docker compose upFollowing is the main folder and files structure and their function:
SpaceDKTS/
|
└───api/ -> JSON Server
└───spacedkts/ -> Symfony Project
└─── docker-compose.yml -> Docker compose definitions
└─── readme.md -> This file
└─── challenge.md -> Project proposal