https://github.com/megaconfidence/multiple-env
Dummy multi environment server backend
https://github.com/megaconfidence/multiple-env
Last synced: about 2 months ago
JSON representation
Dummy multi environment server backend
- Host: GitHub
- URL: https://github.com/megaconfidence/multiple-env
- Owner: megaconfidence
- Created: 2022-07-12T16:33:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T07:59:46.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T22:46:28.305Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multiple-env
A dummy multi-environment server backend## Usage
This server has three important branches
- user
- vehicle
- companywhich generates dummy data for that category type. These branches are meant to
be deployed separately to individual servers and will give a response according.The `main` branch is the entry point for the operation. It serves as a store
for the currently activated server. So to set either one of the three resource
category as active, make a post request to the server deploy from the `main` branch
with a body having a key of `env`