Skip to content
/ testApp Public

Testing my skills in full-stack development. Test user management application that uses couchDB, NodeJS, ReactJS, Docker.

Notifications You must be signed in to change notification settings

so1337/testApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test items list managing app

To run using terminal run from app root folder:

sudo sh ./startup.sh

Then after message "Now visit: http://localhost:1337" visit http://localhost:1337 in browser

To stop and remove all docker containers

sudo docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q)

About

Testing my skills in full-stack development. Test user management application that uses couchDB, NodeJS, ReactJS, Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published