Skip to content

Due to a lack of information regarding the forms, the majority of students are unable to get admission to their selected colleges/schools. Xplore is a website where a student can keep a track of his college application and get regular updates about the form.

License

Notifications You must be signed in to change notification settings

RyanWalker277/Xplore

Repository files navigation

GitHub issues GitHub forks GitHub stars GitHub license Open Source Love svg1 PRs Welcome contributions welcome GitHub contributors

XPLORE

One stop place for all your college search issues

Demo

The live demo of the project can be found at http://ryanwalker277.pythonanywhere.com/

Setup Instructions

Clone the repo in your local system

git clone https://github.com/RyanWalker277/Xplore.git

Install virtualenv

py -m pip install --user virtualenv

Create a new Virtualenvironment

py -m venv env

Activate the Virtualenvironment with

.\env\Scripts\activate

Change directory to the folder

cd folder-where-you-cloned-the-repo

Install all the requirements with

pip3 install -r requirements.txt

Apply all the migrations with

python3 manage.py migrate

Run the developement server with

python3 manage.py runserver

You'll see output like this

Performing system checks...

System check identified no issues (0 silenced).
September 05, 2022 - 12:12:17
Django version 4.0.6, using settings 'College.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

Creating Superuser

Clone the repo in your local system

python3 manage.py createsuperuser

You will see a screen like this

Username (leave blank to use 'default'):

Enter a username and press enter , you will see a screen like this

Email address:

Enter an email and press enter , then you will see a screen like this

Password:

Enter a password , then you will see a screen like this

Password (again):

Re-enter the password and you are done! You will see a screen like this

Superuser created successfully

Tech Stack

Client: HTML , CSS , Javascript , Tailwind CSS

Server: Django , Python

User Authentication: Django-allauth

Features

  • College application tracking
  • Notification about upcoming competetive examinations
  • Informative blogs about career planning

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Made with ❤ by Anvansh (@RyanWalker277)

About

Due to a lack of information regarding the forms, the majority of students are unable to get admission to their selected colleges/schools. Xplore is a website where a student can keep a track of his college application and get regular updates about the form.

Topics

Resources

License

Stars

Watchers

Forks