An open API service indexing awesome lists of open source software.

https://github.com/abhineetraj1/flask-web-hosting

Wix clone
https://github.com/abhineetraj1/flask-web-hosting

flask-application flask-backend flask-login flask-project python3-projects web-application web-development web-hosting wix-clone

Last synced: 8 months ago
JSON representation

Wix clone

Awesome Lists containing this project

README

          

# Flask web hosting
* 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

## Features
* 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)

## Installation
* Download python3.10
* Install required libraries
```
pip3 install -r requirements.txt
```
## Execution
* 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

## Languages and tools used:

bootstrap css3 flask html5 javascript python

## Developer
* [abhineetraj1](http://github.com/abhineetraj1)