Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 |
- Host: GitHub
- URL: https://github.com/loconluis/album-app
- Owner: loconluis
- Created: 2017-09-25T23:05:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T21:52:37.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T05:56:45.017Z (almost 2 years ago)
- Language: TypeScript
- Size: 885 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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)