Skip to content

guhelski/tnsfpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Not So Fancy Photo Gallery

Build Status

Super simple don't-try-this-at-home file system based photo gallery built with Node.js and Express.

How to use

You'll need Node.js, if you don't have it already, download and install it first.

All dependencies are already installed so to get up and running you just need to clone the repository:

git clone git@github.com:guhelski/tnsfpg.git

And in the project directory run:

make run

If everything goes well, now you can point your browser to http://localhost:3000/ and you should see a photo of Valentino Rossi on his former red Ducati.

How to test

Tests use Zombie.js and Mocha, you can run them all with:

make test

Keep in mind that running the tests will reset the gallery to it's original state, removing any uploaded photo.

===

If you ever need to update or rebuild all the dependencies, you can do so with:

make update

About

The Not So Fancy Photo Gallery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors