- This project is related to GUI server hosting, where you can choose different template , fill the your information accordingly and publish your website , in your desired subdomain.
- Note:linux is preferable OS for deployment of this project
- Create and delete your accout
- Login system
- 3 free templates
- Edit details, such as description and mail
- Contact form
- Views stats (no. of views)
- The website template will be provide as from server side only
- Website will be published in the subdomain only (example: username.domain.com)
- Download python3.10
- Install required libraries
pip3 install -r requirements.txt
- Download the source code:-
git clone https://github.com/abhineetraj1/flask-web-hosting
cd flask-web-hosting
- Open terminal and run flask server
flask run -h localhost -p 5000
- Open your default browser and navigate to localhost:5000 in that browser