Skip to content

LeonardoEnne12/simple-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Node API

This is a simple project that implements an API in Node.js. The project uses JavaScript, Docker, and continuous integration. Additionally, the code deploys to Heroku.

Content:

1. .github/workflows

This directory contains configuration files related to the GitHub Actions workflow.

  • node.js.yml: Configuration file for the GitHub Actions workflow. It's related to continuous integration and the deployment process.

2. Main Files

  • Dockerfile: Defines how to create a Docker image for the project.
  • index.js: Entry point for the Node.js application.
  • package-lock.json: File automatically generated for any operation where npm modifies either the node_modules or package.json.
  • package.json: File that contains relevant project metadata and is used to inform npm how to handle the project's dependencies.

Languages and Tools

  • JavaScript (82.6%)
  • Dockerfile (17.4%)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors