ahmishra / DevExplorer

A easy, simple to use platform for developers/explorers to get their daily news feed, explore the world with our maps and post blogs to make your own stories, informative blogs, coding tutorials, and really anything you want!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevExplorer

Python Support DevExplorerVersion Platform License Pylint Lines

A easy, simple to use platform for developers/explorers to get their daily news feed, explore the world with our maps and post blogs to make your own stories, informative blogs, coding tutorials, and really anything you want! If you liked my site please consider voting it!

Contents

  1. About
  2. Access Through Web
  3. Installation
  4. System Requirements
  5. Replit

About DevExplorer

DevExplorer is a very very simple website/program made for the Tech With Tim Timathon Code Jam June 2021, made in the time period of 4 weeks, over at DevExplorer you can do the following-

  • Explore around the world, using our maps feature.
  • Get your daily developer news right in our devnews tab
  • Finnaly, post blogs to share your ideas, news, or any other things with other users!

Installation

To install DevExplorer onto your PC follow these instructions! (It is also recomended that you install DevExplorer onto a Virtual Enviorment to avoid dependency errors!)

  1. First method is to use the GIT CLI git clone https://github.com/ahmishra/DevExplorer.git
  2. If you don't have the GIT CLI installed, you may simply download the ZIP of the project, then simply extract the ZIP file
  3. Open your Command Prompt or Terminal and change your directory to where you installed DevExplorer, for example it might look like this C:\Users\Username>cd DevExplorer or if you extracted the ZIP file C:\Users\Username>cd DevExplorer-master
  4. Once you are in the app folder install the requirements for the project using pip install -r requirements.txt
  5. Finnaly, when you have installed the requirements for the project you can simply just do python run.py, finnaly to open the web app, in your browser, go to localhost:port the port maybe something like 5000, 8000, 8888, 3000, or any other free port on your local machine, once you are in the web app, ENJOY!

System Requirements

This program supports all of the three Windows Linux and Mac!. And for python support, it ranges from 3.6 to 3.9 other python versions are not supported by this software

Replit

The replit link for this project is- https://replit.com/@AryanMishra1/DevExplorer



Thank you for checking in at my project❤

About

A easy, simple to use platform for developers/explorers to get their daily news feed, explore the world with our maps and post blogs to make your own stories, informative blogs, coding tutorials, and really anything you want!

License:MIT License


Languages

Language:HTML 62.1%Language:Python 27.3%Language:CSS 7.5%Language:JavaScript 3.0%