Skip to content

Avinash-31/stcit-5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Cognitive Intelligence Test (CIT) 7.0 Website

Welcome to the official repository of the Cognitive Intelligence Test (CIT) 7.0 website built using Django.

Description

CIT 7.0 offers a unique opportunity for aspiring students to engage in exhilarating challenges of national standards. The test covers a wide range of topics, including basic mathematical aptitude, logical and verbal reasoning, and data interpretation. Inspired by acclaimed aptitude tests like CAT, CIT provides participants with a simulation of the overall screening procedure employed by hiring companies. This online event is highly anticipated, offering a platform for intellectual competition among a multitude of striving contestants.

Tech Stacks Used

  • Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
  • HTML/CSS: Front-end technologies for building the user interface.
  • JavaScript: Used for dynamic and interactive elements on the website.
  • SQLite: A lightweight, file-based relational database for storing application data.

Getting Started

To run the CIT 7.0 website locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/CIT-7.0.git
    cd CIT-7.0
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Apply Migrations:

    python manage.py migrate
  4. Create Superuser (Optional):

    python manage.py createsuperuser
  5. Run the Development Server:

    python manage.py runserver
  6. Access the Website: Open your web browser and navigate to http://127.0.0.1:8000/

  7. Admin Panel: If you created a superuser, you can access the admin panel at http://127.0.0.1:8000/admin/ to manage data.

Contributing

We welcome contributions from the community. If you find any issues or have suggestions for improvements, please create a pull request or open an issue.

Happy coding and best of luck to all participants in the CIT 7.0!

About

CONGNITIVE INTELLIGENCE TEST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.4%
  • CSS 22.1%
  • JavaScript 19.4%
  • Python 7.1%