https://github.com/wesgtox/fpso-management
Floating Production Storage and Offloading management API.
https://github.com/wesgtox/fpso-management
api api-rest django django-rest-framework docker docker-compose python
Last synced: about 1 month ago
JSON representation
Floating Production Storage and Offloading management API.
- Host: GitHub
- URL: https://github.com/wesgtox/fpso-management
- Owner: WesGtoX
- License: mit
- Created: 2021-05-18T15:49:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T19:09:45.000Z (over 4 years ago)
- Last Synced: 2025-08-20T20:55:09.912Z (about 2 months ago)
- Topics: api, api-rest, django, django-rest-framework, docker, docker-compose, python
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FPSO Management
About |
Technology |
Getting Started |
Usage |
License
![]()
![]()
![]()
![]()
![]()
![]()
## About the Project
FPSO Management is a vessel and equipment management API, with registration, updating specific listings.
## Technology
This project was developed with the following technologies:
- [Python](https://www.python.org/)
- [Django Framework](https://www.djangoproject.com/)
- [Django REST Framework](https://www.django-rest-framework.org/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)## Getting Started
### Prerequisites
- [Python](https://www.python.org/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)### Install and Run
1. Clone the repository:
```bash
git clone https://github.com/WesGtoX/fpso-management.git
```
2. Set a `SECRET_KEY` in `.env`:
```bash
cp .env.sample .env
```
3. Run:
```bash
make run
```
4. Run tests:
```bash
make test
```
5. To create a user with administrative access:
```bash
make user
```
6. To access the administrative area:
```bash
http://127.0.0.1:8000/admin
```## Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
_For more examples, please refer to the [Documentation](https://github.com/WesGtoX/fpso-management/wiki)_
## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
---
Made with ♥ by [Wesley Mendes](https://wesleymendes.com.br/) :wave: