Giter Site home page Giter Site logo

aridanemartin / gatos-sin-hogar-backend Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 105 KB

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.

Home Page: https://www.gatossinhogargrancanaria.com

JavaScript 99.29% Dockerfile 0.71%
ngo ngo-website shelter-animals

gatos-sin-hogar-backend's Introduction

Gatos Sin Hogar - Backend

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 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:

Ubuntu doesn't accept RSA keys by default

  1. Edit /etc/ssh/sshd_config using sudo nano
  2. Add this line at the end of the file CASignatureAlgorithms +ssh-rsa

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

CONNECT TO INSTANCE ssh -i "gatos-sin-hogar.pem" [email protected]

GRANT PRIVILEGES TO THE USER TO CONNECT FROM DOCKER

docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' my-node-app-container

You need to add privileges to an user to connect to this specific port of docker container.

gatos-sin-hogar-backend's People

Contributors

aridanemartin avatar kilian-sosa avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.