Find out best sold items and whatnots on Mercari with unofficial API.
- Frontend : Next.js
- Backend : Python
- Web server: Nginx
- Database : PostgreSQL
All in docker.
https://docs.docker.com/desktop/
cp -ip ./backend/.env.dev ./backend/.env
docker compose up
./bestsell backend
make migrate
make seed
-
Access http://localhost/bestsell/api/docs#/categories/update_categories_categories__post
-
Click on
Try it out
button -
Click on
Execute
button
Type | URL |
---|---|
Service | http://localhost/bestsell |
API Docs | http://localhost/bestsell/api/docs |
# Access backend server
./bestsell backend
# Access frontend server
./bestsell frontend
# Access PostgreSQL database
./bestsell db