https://github.com/carlosypunto/ReallySimpleMVVMLoginExampleWithRxSwift
Simulation of log in process with RxSwift
https://github.com/carlosypunto/ReallySimpleMVVMLoginExampleWithRxSwift
Last synced: 7 months ago
JSON representation
Simulation of log in process with RxSwift
- Host: GitHub
- URL: https://github.com/carlosypunto/ReallySimpleMVVMLoginExampleWithRxSwift
- Owner: carlosypunto
- Created: 2015-11-29T10:35:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T20:05:17.000Z (about 6 years ago)
- Last Synced: 2025-04-02T03:51:11.780Z (9 months ago)
- Language: Swift
- Homepage:
- Size: 298 KB
- Stars: 96
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rxswift - ReallySimpleMVVMLoginExampleWithRxSwift
README
# Really Simple MVVM Login Example With RxSwift

This project shows usage of MVVM and RxSwift.
# Getting Started
The application uses `node.js` as backend REST client which is running at `http://localhost:3000`.
Make sure you have `node.js` and `npm` installed.
1. `git clone https://github.com/carlosypunto/ReallySimpleMVVMLoginExampleWithRxSwift.git`
2. `cd ReallySimpleMVVMLoginExampleWithRxSwift/server`
3. `npm update`
4. `node server.js`
and run `pod install` in the iOS project.
To log in, use the following credentials:
* `username`: user
* `password`: password
To get a server error, use:
* `username`: error
* `password`: any you want
To get bad credentials error, do not use any of the above cases.
# Questions
If you have any questions about the project, please open an issue or ask questions at [rxswift.slack.com](rxswift.slack.com)
Pull requests are welcome!
# Licence
MIT ofc.