Demo https://s3-sa-east-1.amazonaws.com/ampuero/recording.gif
- Add, delete, and sort items
- Drap and drop with jquery sortable
- Save items on MongoDB
- Order the items and save the position immediately
- Vanilla Javascript + jquery
- Nodejs for the API
- Bootstrap v4
- MongoDB
- StandarJs for coding conventions
- Docker file
> npm install
> npm start
> docker-compose up
If you get an error such as
ERROR: Couldn't connect to Docker daemon - you might need to run docker-machine start default
> docker-machine restart default
> docker-machine env default
> docker-compose up
If you cannot access localhost:3000 check you docker-machine ip
> docker-machine ip default