Creating Access Point with Web Server with ESP8266 and Arduino Uno

Ok, I know first it sounds simple, but, I ve not found a single bit of working code that can create an AP with a web server by using ESP8266 and Arduino Uno with softwareserial.
Do guys you know a sample or anything?

what should the Uno do?

Juraj:
what should the Uno do?

Oh, the ESP2866 should act as a Wifi Shield for the Arduino, so I can retrieve or send information over a webserver with the arduino.

you can use the AT firmware for it or write your own sketch for esp8266 with 'esp8266 Arduino core'.