Next and Previous buttons are not showing on home page for post

like @Mayeennul said you have your templates mixed up. Generally speaking the home page contains a list of excerpts the_excerpt() with links to individual blog posts that are displayed using single.php.

If you want a single blog post as your home page you could copy single.php and rename it to index.php or front-page.php.