Orbitr is a platform that lets its users trade, collect and explore high technology spaceships used for inter-galactic transport. The project has two main parts, API used for logic and communication with the database, and Website for user interaction. Users authorize and manage their space vehicles or trade with others, and most importantly - explore the Universe!
You can download our project by using the green "Code" button.
Or by pasting the following code in your CMD:
git clone https://github.com/codingburgas/2324-technologies-11-transport-assignment-SABoev20.git
You can access our website by opening this link with your browser.
https://gray-mushroom-0dcc8a703.2.azurestaticapps.net/
To run the website on your local device, follow these steps:
git clone "the repository"
Navigate to the proper directory
cd application
cd client
cd src
Install node packages
npm install
Run on local surver
npm run dev