Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.

Repository files navigation

Really Simple MVVM Login Example With RxSwift

Historical (2015): early MVVM+RxSwift example, Swift 2.x — kept for reference. For my current work, see SQLiteVecKit and SearchKit

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

Pull requests are welcome!

Licence

MIT ofc.

About

Simulation of log in process with RxSwift

Resources

Stars

92 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages