Skip to content

rickcorilaco/api-bike-v3

Repository files navigation

API bike v3

This is a study REST API where we have a collection of bikes with a CRUD to have fun.

Project status

Under construction.

Features

  • bike CRUD

Running the backend

# clone this repository
$ git clone https://github.com/rickcorilaco/api-bike-v3.git

# Access the project folder using the terminal
$ cd api-bike-v3

# Go up the docker dependencies
$ sh compose.sh

# Configure your IDE's launch
# program: ./src/main.go
# environment variables: ./src/.env

# The server will start on port 9000.

Running unit and integration tests

# Note: whereas you have already cloned the repository and are in the root folder using the terminal.
$ sh run_tests.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published