16 lines
303 B
Markdown
16 lines
303 B
Markdown
# Journey Mapper Backend
|
|
|
|
A Flask server for the Journey Mapper web application.
|
|
|
|
## Features
|
|
|
|
- RESTful API for managing journeys
|
|
- Persistent storage using JSON file
|
|
- CORS enabled for frontend integration
|
|
- Health check endpoint
|
|
- Easy to set up and run
|
|
|
|
## Getting Started
|
|
|
|
1. Install dependencies:
|