Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watson28/culebra-stalker
Web application to follow up the money you have borrow to friends, family or coworkers.
https://github.com/watson28/culebra-stalker
docker es6 expressjs mongoose nodejs react redux
Last synced: 3 days ago
JSON representation
Web application to follow up the money you have borrow to friends, family or coworkers.
- Host: GitHub
- URL: https://github.com/watson28/culebra-stalker
- Owner: watson28
- License: apache-2.0
- Created: 2017-11-13T16:22:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T05:05:02.000Z (over 6 years ago)
- Last Synced: 2023-12-12T03:22:08.810Z (11 months ago)
- Topics: docker, es6, expressjs, mongoose, nodejs, react, redux
- Language: CSS
- Size: 846 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# culebra-stalker (work in progress)
Web application to follow up the money you have borrow to friends, family or coworkers.## Technologies involved
* Reactjs
* Redux
* es6
* webpack
* Nodejs
* express
* mongoose
* Docker# Getting Started
## requirements
Docker and Docker Compose installed on your system.## installation
go into folder project and run```bash
docker-compose build
docker-compose run --rm web_api yarn install
```## Running applications
```
docker-compose up
```execute npm script on running container
```
docker-compose exec web_api yarn run [my-yarn-command]
```