Skip to content

Commit

Permalink
Sat, Jul 27, 2024, 2:19 PM +03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdoullahBougataya committed Jul 27, 2024
1 parent 430eb3a commit 13d0b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ One day an idea came to my mind to create a game that simulate rocket developmen

## Usage

To start serving this API, you should first install [GOlang]()
To start serving this API, you should first install [GO](https://go.dev/dl/), then change directory to `/API`. Then run: `go get github.com/mattn/go-sqlite3` after it finishes installing. run the command `go run main.go`. If everything is alright it should show `Server is running on port 8080` after asking you for permition. Make a get request to ``http://localhost:8080/engines` to get started.

## Walkthrough
> The data scrapping and the database updating is made using [python](https://www.python.org/)
Expand Down

0 comments on commit 13d0b7c

Please sign in to comment.