/dressUp-back

A simple backend for dressUp

Primary LanguageJavaScript

dressUp backend

backend of dressUp, include a version of bulit frontend

install

install node first

then run:

npm install

to install node modules

use

visit localhost:8888 to use it

the image library is in ./public/img/, you can add or delete images directly

as an exception, dont delete images in ./public/img/pointer

and please dont let some images have the same filename (even in different dir)

code implement

in ./Interfaces