Skip to content

Commit

Permalink
feat: Update Docker configuration and README.md
Browse files Browse the repository at this point in the history
The Docker configuration has been updated to include the necessary steps for running the project. Additionally, the README.md file has been modified to provide clearer instructions for running the project using Docker.
  • Loading branch information
aridanemartin committed Jun 29, 2024
1 parent 914145a commit 4dfd2dc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

Backend for ngo dedicated to the rescue of abandoned animals in the streets. This backend is being developed in NodeJs as a collaboration with El Rincón Institute mentoring the student Kilian Sosa.

To run the project:
1. Install the proper NodeJs version recommended in the package.json file
2. Run: ```npm run start```
To run the project:

1. Install docker and run it
2. docker build -t gatos-sin-hogar-backend .
3. docker run -p 8080:7000 gatos-sin-hogar-backend

IMPORTANT
This project has a frontend repository related

To have in mind:

User from EC2 needs permissions to interact with Docker
(Run this command in EC2 for troubleshooting)
sudo usermod -aG docker $USER

0 comments on commit 4dfd2dc

Please sign in to comment.