https://github.com/jeffcore/selcore
Simple app for selling stuff online.
https://github.com/jeffcore/selcore
express ios selling
Last synced: 5 months ago
JSON representation
Simple app for selling stuff online.
- Host: GitHub
- URL: https://github.com/jeffcore/selcore
- Owner: jeffcore
- Created: 2020-02-03T00:11:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T17:27:52.000Z (almost 6 years ago)
- Last Synced: 2024-06-13T04:04:33.778Z (about 2 years ago)
- Topics: express, ios, selling
- Language: Swift
- Size: 17.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selcore
(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.
## Tech
1. DB - MongoDB 4.0
2. API - Express 4.15 / NodeJS 12.14.1
3. iOS - Swift 3
## How to run
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
## To Do
1. Upgrade iOS app to Swift 5