Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphsodyz authored Jun 5, 2024
1 parent eb8f405 commit e651506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Project initially made as a test for a selection process in which I was participating. Now I'm including a series of features and things that I'm using to test my knowledge, and also to learn new things(for me).
If you like the project or gonna use for something else please leave a star! ✨

## Overview

Expand Down Expand Up @@ -28,6 +28,6 @@ Download the code above. Extract the file. Inside the root of the extracted proj

``` docker compose up -d ```

The container is initially configured on portal 5000. The API is available and the documentation can be viewed in the project by going to /swagger. (http://localhost:5000/swagger).
The container is initially configured the port 7000 (nginx). The API is available and the documentation can be viewed in the project by going to /swagger. (http://localhost:7000/swagger).

Note: Among the available endpoints that perform CRUD, the POST method updates the database dataset to bring data from the spacedevs API. This process usually takes a while because each request brings 1500 records every 100. Wait for the database to populate.

0 comments on commit e651506

Please sign in to comment.