Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loconluis/album-app

Server with Node - Client with Angular |
https://github.com/loconluis/album-app

Last synced: about 1 month ago
JSON representation

Server with Node - Client with Angular |

Awesome Lists containing this project

README

        

# Album App to save you pictures using Node for the Server and Angular to the Client.

To use

Server
1. `$ git clone repo`
2. `$ cd Album-App`
3. To run server `$ cd api-album`
4. You need to have mongodb installed
5. run `mongod`
6. `npm start` run server


Client
1. `$ cd Album-App`
2. To client code `$ cd client-album`
3. `npm install`
4. `npm start` that's it!

![Preview](https://i.imgur.com/xpdGJQo.gif)

code with ♥ by [@LoconLuis](https://twitter.com/LoconLuis)