Django web app that allows users to view, create, and search news articles.
This app was built as a JetBrains Academy project, and the repository also contains my code snippets from exercises from JetBrains Academy's Python Developer track in the 'Topics' folder.
Clone the repository.
git clone [email protected]:valenciarichards/hypernews-portal.git
To install Django and other necessary modules, navigate to the root directory of the repository and run
pip install -r requirements.txt
To start the server, navigate to "HyperNews Portal/task/" on the command line and run
python manage.py runserver
Then navigate to http://localhost:8000/ with your preferred web browser.
To quit the server, use CTRL+C.
The source code is released under the MIT License.