Skip to content

Django web application that allows users to view, create, and search news articles.

License

Notifications You must be signed in to change notification settings

valenciarichards/hypernews-portal

Repository files navigation

HyperNews Portal

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.

Installation

Clone the repository.

git clone [email protected]:valenciarichards/hypernews-portal.git

Requirements

To install Django and other necessary modules, navigate to the root directory of the repository and run

pip install -r requirements.txt

Usage

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.

License

The source code is released under the MIT License.

About

Django web application that allows users to view, create, and search news articles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published