(work in progress)
This was going to be the ebay killer selling app for iOS. After a few months of development a ton of these apps hit the App Store. So I decided to focus on other projects.
- DB - MongoDB 4.0
- API - Express 4.15 / NodeJS 12.14.1
- iOS - Swift 3
This app runs on docker containers.
Configure app:
- copy config file /selcore-api/config.js.example to new file config.js
- copy config file /selcore-web/src/js/selcore.config.js.example to new file selcore.config.js
- run: docker-compose up mongo
- create a mongodb database called selcore or whatever you want
- run: docker-compuse up api
- Upgrade iOS app to Swift 5