Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpitgo4/spaceapp
Simple application for allocating spaces to users, developed with docker containers.
https://github.com/arpitgo4/spaceapp
docker docker-compose microservices-architecture nodejs reactjs redux rest-api webpack3
Last synced: 28 days ago
JSON representation
Simple application for allocating spaces to users, developed with docker containers.
- Host: GitHub
- URL: https://github.com/arpitgo4/spaceapp
- Owner: arpitgo4
- Created: 2018-11-02T15:15:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T15:20:44.000Z (about 6 years ago)
- Last Synced: 2024-10-11T13:42:10.259Z (28 days ago)
- Topics: docker, docker-compose, microservices-architecture, nodejs, reactjs, redux, rest-api, webpack3
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scaffold Structure
```
.
├── server # Space App Api Server
├── client # Space App Client
├── docker-compose.yml # Docker Compose Script
├── README.md # This file
├── space-api.html # Api Specifications in HTML
├── space-api.raml # Api Specifications in RAML
└── UI Coding Exercise # Specifications of this assignment
```## Deployed At:
### http://18.136.60.162## Quick start with npm
### Look inside client and server README.md's for instructions## Quick Start with Docker
### Just to check everything is working
```
# To build docker images
docker-compose build# To Run the Application
docker-compose up# Open web browser at http://localhost:80
# You will see a Space Application
```## Architecture
```
# Api Server can deployed as a docker image or node server.
# To start the api server, checkout ./server/README.md# Client App can be deployed as a docker image or in node server.
# To start the client app, checkout ./client/README.md
```## Feedback
In case of any query or feedback, please feel free to connect via
* [email protected] (Arpit Goyal)