https://github.com/log101/takasu
Trading platform for manga-lovers!
https://github.com/log101/takasu
rails react
Last synced: 3 months ago
JSON representation
Trading platform for manga-lovers!
- Host: GitHub
- URL: https://github.com/log101/takasu
- Owner: log101
- Created: 2022-04-15T02:16:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T08:33:14.000Z (almost 4 years ago)
- Last Synced: 2025-10-12T07:13:07.628Z (9 months ago)
- Topics: rails, react
- Language: Ruby
- Homepage:
- Size: 1.66 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

---
### Takasu Manga Trading Platform
- You can create your own manga library
- You can search for other people's mangas (powered by **Algolia Search**)
- You can send trade requests to other users
### How to Run
* Clone the repository
* `cd takasu`
* `yarn install`
* `docker-compose up -d`
* Create the database with `docker-compose exec web rails db:create`
* Run the migrations with `docker-compose exec web rails db:migrate`
* For email password recovery:
- set the environment variable `SENDMAIL_USERNAME` and `SENDMAIL_PASSWORD` with your google mail account and password (only gmail is supported)
* Access the app at localhost:3000
### Stack
