Skip to content

bryntum/bryntum-calendar-mongodb-vanilla-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bryntum Calendar Backend (Express.js)

This is a simple backend server built with Express.js for integrating Bryntum Calendar.
It provides two endpoints:

  • GET /load → Returns calendar data (resources + events).
  • POST /sync → Accepts changes (create, update, delete) from the frontend.

Later, this can be connected to a MongoDB database to persist data.


Getting Started

1. Clone the repository

git clone <backend-repo-url>
cd <backend-repo>

2. Install dependencies

npm install

3. Start the server

node server.js

You can also use nodemon for auto-refresh

npm start

Server will run at: http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published