https://github.com/vimtor/nuclio-minimalist-clone
Minimalist todo app clone for Nuclio Digital School
https://github.com/vimtor/nuclio-minimalist-clone
Last synced: 10 months ago
JSON representation
Minimalist todo app clone for Nuclio Digital School
- Host: GitHub
- URL: https://github.com/vimtor/nuclio-minimalist-clone
- Owner: vimtor
- License: mit
- Created: 2021-02-01T17:49:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T18:37:52.000Z (almost 5 years ago)
- Last Synced: 2025-04-10T19:42:43.228Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 879 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuclio Minimalist Clone
Minimalist todo app clone for Nuclio Digital School
## Setup
Since we are using `docker-compose` is as easy as doing:
```shell
git clone https://github.com/vimtor/nuclio-minimalist-clone.git
cd nuclio-minimalist-clone
docker-compose up -d
```
Now you can access:
- Frontend in [http://localhost:3000](http://localhost:3000)
- Backend in [http://localhost:3001](http://localhost:3001)
- MongoDB in [http://localhost:3002](http://localhost:3002)
There is no need to do `docker-compose` at every change since it reloads automatically.
It is only needed when installing a new dependency