Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rk-vashista/dbms-mini_project
- Owner: rk-vashista
- Created: 2024-07-13T16:29:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T12:19:47.000Z (3 months ago)
- Last Synced: 2024-08-09T13:44:21.193Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.