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
- Host: GitHub
- URL: https://github.com/abhineetraj1/flask-web-hosting
- Owner: abhineetraj1
- Created: 2022-11-28T19:14:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T03:21:07.000Z (over 2 years ago)
- Last Synced: 2025-04-08T04:01:35.548Z (about 1 year ago)
- Topics: flask-application, flask-backend, flask-login, flask-project, python3-projects, web-application, web-development, web-hosting, wix-clone
- Language: HTML
- Homepage:
- Size: 32.2 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
## Developer
* [abhineetraj1](http://github.com/abhineetraj1)