- Installation
- [Usage](#Importing Postman Collection)
To run the project using Docker and Docker Compose, follow these steps:
-
Make sure you have Docker and Docker Compose installed on your machine.
-
Clone the project repository:
git clone https://github.com/nicholascb/assertiva.git
-
Navigate to the project directory:
cd assertiva -
Build and start the Docker containers:
docker-compose up -d
This command will build the necessary Docker images and start the containers in detached mode.
-
Access the project in your browser:
http://localhost:6868
You should now be able to access the project in your browser at the specified URL.
-
To stop the Docker containers, run the following command:
docker-compose down
This will stop and remove the containers.
To use the nicholas.postman_collection.json file, follow these instructions:
-
Make sure you have Postman installed on your machine. If you don't have it, you can download and install it from the official website.
-
Open Postman and click on the "Import" button located in the top-left corner of the application.
-
In the import dialog, select the "File" tab and click on the "Choose Files" button.
-
Navigate to the location where the
nicholas.postman_collection.jsonfile is saved and select it. -
Click on the "Import" button to import the collection into Postman.
-
Once the import is complete, you will see the collection listed in the left sidebar of Postman.
-
You can now explore the endpoints and requests defined in the collection and use them for testing and development purposes.
Please note that the nicholas.postman_collection.json file is a Postman collection file, which contains a set of API endpoints and requests.