TM Forum API Overview
This is work in progress. It includes draft tests with hypermedia extensions (hal+json).
- Clone this repository locally
- Install required modules: 'npm install'
- Start mongodb: 'npm run mongo-init' (inital start-up) or 'npm run mongo-up' (start server)
- Start REST API: 'swagger project start'
- 'cd client'
- 'npm run dev'
- docker-compose up
(this fetches the API service and MongoDB from Docker Hub)
- docker build -t [your-docker-hub-name]/tmfapi-party-management .