https://github.com/devmahmud/cryptocurrencynewsnetwork
A cryptocurrency django project is a project that uses cryptocompare api and display latest news about crypto currency and shows the currency data.
https://github.com/devmahmud/cryptocurrencynewsnetwork
Last synced: 4 months ago
JSON representation
A cryptocurrency django project is a project that uses cryptocompare api and display latest news about crypto currency and shows the currency data.
- Host: GitHub
- URL: https://github.com/devmahmud/cryptocurrencynewsnetwork
- Owner: devmahmud
- License: mit
- Created: 2019-01-24T11:50:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:33:41.000Z (about 3 years ago)
- Last Synced: 2025-02-01T00:33:25.914Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoCurrencyNewsNetwork
A cryptocurrency django project is a project that uses cryptocompare api and display latest news about crypto currency and shows the currency data.
Prerequisites
See the requirements.txt file
Installing
open terminal and type
git clone https://github.com/devmahmud/CryptoCurrencyNewsNetwork.git
or simply download using the url below
https://github.com/devmahmud/CryptoCurrencyNewsNetwork.git
To migrate the database open terminal in project directory and type
python manage.py makemigrations
python manage.py migrate
To run the program in local server use the following command
python manage.py runserver
Then go to http://127.0.0.1:8000/home in your browser
Project snapshot
Home page
Search Page
Author
Mahmudul alam
Email: expelmahmud@gmail.com
========Thank You !!!=========