Skip to content

InterimApp/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Minimal Node.js backend for InterimApp.

Prerequisites

  • Node.js (recommended v18+)
  • npm or yarn

Setup

  1. Clone the repository
  2. Install dependencies
npm install
  1. Create a .env file in the project root with your environment variables (Firestore/MySQL credentials).

Run

Start the app with:

node App.js

Or use npm start if configured in package.json.

Project structure

  • App.js
  • config/
    • firestore.js
    • mySql.js
    • swagger.js
  • src/
    • controllers/
    • queries/
    • routes/
    • services/

API docs

Swagger is configured under config/swagger.js. If enabled, visit /api-docs in your running app.

Notes

  • Keep secrets out of source control; .env is ignored via .gitignore.
  • Update config/* with your database credentials.

About

Node.js Backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published