Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rk-vashista/dbms-mini_project

College DBMS Project
https://github.com/rk-vashista/dbms-mini_project

Last synced: 6 days ago
JSON representation

College DBMS Project

Awesome Lists containing this project

README

        

# Idiot Careers

Welcome to **Idiot Careers**, a Flask-based web application designed to connect job seekers with their dream jobs. Our platform offers a user-friendly interface for both job seekers and employers, making the job search and posting process as smooth as possible.


## Features

- **Job Listings**: Browse through a wide range of job listings tailored to your skills and preferences.
- **Application Tracking**: Easily apply to jobs and track your applications in one place.
- **User Authentication**: Secure login and registration system for both job seekers and employers.

## Installation

To get started with **Idiot Careers**, follow these steps:

1. Clone the repository:
```sh
git clone https://github.com/yourusername/idiot-careers.git
```
2. Install the required dependencies:
```sh
pip install -r requirements.txt
```
3. activate the virtual environment:
on Windows:
```sh
venv\Scripts\activate
```
on MacOS/Linux:

```sh
source venv/bin/activate
```
4. Set up the environment variables by creating a `.env` file based on the `.env.example`.

## Usage
After starting the application, navigate to http://127.0.0.1:5000/ in your web browser to access Idiot Careers.

## Contributing
We welcome contributions to Idiot Careers! Please read our CONTRIBUTING.md for guidelines on how to make a contribution.

## Credits
Idiot Careers was created by Morons & Morons, Inc. Special thanks to all contributors and the Flask community.

## License
Idiot Careers is released under the MIT License. See LICENSE for details.