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
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!
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!)
- First method is to use the GIT CLI
git clone https://github.com/ahmishra/DevExplorer.git
- If you don't have the GIT CLI installed, you may simply download the ZIP of the project, then simply extract the ZIP file
- 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 fileC:\Users\Username>cd DevExplorer-master
- Once you are in the app folder install the requirements for the project using
pip install -r requirements.txt
- 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 tolocalhost: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!
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
The replit link for this project is- https://replit.com/@AryanMishra1/DevExplorer