https://github.com/loconluis/album-app
Server with Node - Client with Angular |
https://github.com/loconluis/album-app
Last synced: 2 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T07:07:30.000Z (over 2 years ago)
- Last Synced: 2025-02-16T22:36:41.031Z (5 months ago)
- Language: TypeScript
- Size: 979 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
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!
code with ♥ by [@LoconLuis](https://twitter.com/LoconLuis)