Skip to content

AashishNandakumar/json-versioning-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Versioning Backend

Backend for the JSON Versioning App using Node.js, Express, and MongoDB.

Tech Stack

  • Node.js (LTS)
  • Express.js
  • MongoDB (with Mongoose)
  • dotenv, cors

Setup

  1. Install dependencies:
    npm install
  2. Create a .env file in the root with your MongoDB URI:
    MONGODB_URI=mongodb://localhost:27017/json_versioning
    PORT=5000
  3. Start the server:
    npm run dev

Folder Structure

src/
  controllers/
  models/
  routes/
  services/
  middlewares/
  utils/
  config/
  app.js
  server.js

API Endpoints

See frontend /json-versioning/src/services/api.ts for endpoint documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published