- Bidout Auction API With Sanic
- Bidout Auction API With Litestar
- Bidout Auction API With Django Rest Framework
- Bidout Auction API With Django Ninja
- Bidout Auction API With FastAPI
- Bidout Auction API With Go Fiber
React Docs: Documentation
Chakra UI Docs: Documentation
- Download this repo or run:
$ git clone git@github.com:kayprogrammer/bidout-auction-react.git
- Install all dependencies
$ npm install
-
Create an
.env
file and copy the contents from the.env.example
to the file and set the respective values. -
Run Locally
$ npm start
- Docker Direct
$ docker build -t bidout-auction-react .
$ docker run -it -p 3000:3000 bidout-auction-react
- Docker With Makefile
$ make build
$ make up