Skip to content

Next.js app to show, update, commit, and push dependency changes to GitHub.

Notifications You must be signed in to change notification settings

nomad-mystic/github-dependencies-next

Repository files navigation

GitHub Dependencies Next

Next.js app to show, update, commit, and push dependency changes to GitHub.

Development:

Requires: Docker, Node.js (>=18)

$ git clone [email protected]:nomad-mystic/github-dependencies-next.git
$ cd ./github-dependencies-next
$ nvm use
$ npm install
  • Build Images:
$ make build-development
  • Start Containers:
$ make start-development
  • Stop Containers:
$ make stop-development  
  • Remove Containers:
$ make remove-development  

MongoDB:

Connect to Docker MongoDB container with Compass.

  • Download MongoDB Compass
  • Open Compass app
  • Connect to mongodb://localhost:27017/

Docker:

Helpful commands

  • $ docker ps
  • $ docker exec -it development-mongo-dev-1 bash
  • $ docker inspect {CONTAINER_NAME}

API Endpoints:

  • /api/v1/key
  • /api/v1/repos
  • /api/v1/github-user
  • /api/v1/user

Helpful Links:

About

Next.js app to show, update, commit, and push dependency changes to GitHub.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages