This is an Announcement Board which has been build using
- Clone the repo
git clone https://github.com/mohammedshariqnawaz/AnnouncementBoard
- Setup virtual environment
python -m venv venv/
- Switch to virtual environment for development (<venv> is your env name, here "venv")
- Windows (
cmd
)- Activate
<venv>\Scripts\acitvate
- Deactivate
<venv>\Scripts\deacitvate
- Activate
- Linux/Mac
- Activate
source <venv>/bin/activate
- Deactivate
deactivate
- Activate
- Windows (
- Install dependencies
pip install -r requirements.txt
- Run the app with
python app.py
- Open localhost:5000 to view your app