https://github.com/dan3002/js-blog
This is a website dedicated to introducing the JS Club and its members. Users can also add their own stories to the website, making it a collaborative platform for the club's community
https://github.com/dan3002/js-blog
flask python
Last synced: 3 months ago
JSON representation
This is a website dedicated to introducing the JS Club and its members. Users can also add their own stories to the website, making it a collaborative platform for the club's community
- Host: GitHub
- URL: https://github.com/dan3002/js-blog
- Owner: DAN3002
- License: mit
- Created: 2022-03-21T15:30:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T12:05:51.000Z (over 3 years ago)
- Last Synced: 2025-01-27T07:08:57.318Z (over 1 year ago)
- Topics: flask, python
- Language: CSS
- Homepage:
- Size: 19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS Blog - A Website for JS Club
Welcome to the JS Blog project! This is a website dedicated to introducing the JS Club and its members. Users can also add their own stories to the website, making it a collaborative platform for the club's community. This project was created as a challenge for Team 3 - GEN 10.
## Features
- Introduces JS Club and its members
- Allows users to add their own stories to the website
- Built using Flask, a Python web framework
- Uses SQLite for database management
## Getting Started
### Install
1. Clone this repository to your local machine.
2. Navigate to the project directory:
```
cd js-blog
```
3. Create virtual environment
```
$ python -m venv js-blog
$ source js-blog/bin/activate
```
4. Install via pip
```
$ pip install -r requirements.txt
```
5. Set up the database:
```
flask db upgrade
```
### Run
1. Run the application:
```
flask run
```
2. Access the website at `http://localhost:5000`
## Usage
1. Navigate to the website's homepage to learn more about the JS Club and its members.
2. To add a new story, click on the "Add Story" button and fill out the required information. Your story will be added to the website for other users to see.
## Built With
- [Flask](https://flask.palletsprojects.com/en/2.1.x/) - A Python web framework
- [SQLite](https://www.sqlite.org/index.html) - A software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
- [HTML](https://html.com/) - The standard markup language for creating web pages and web applications.
- [CSS](https://www.w3.org/Style/CSS/Overview.en.html) - A style sheet language used for describing the presentation of a document written in a markup language like HTML.
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Team Members
- [DAN3002](https://github.com/DAN3002).
- [daylapvlong](https://github.com/daylapvlong).
- [hoenntk68](https://github.com/hoenntk68).
- [LiusDev](https://github.com/LiusDev).