64devs is a web app designed to make it easy for developers to find job listings from top companies in one centralized location. Built using Laravel and Blade, this app provides a simple and intuitive interface for job seekers to browse and apply for developer positions.
- Easy job search with advanced filtering options
- Job details page with a comprehensive description of the job and company
- User registration and login functionality for saving job listings and submitting job applications
- Admin dashboard for managing job listings, applicants, and users
- Responsive design for compatibility across all devices
To get started with 64devs, follow these steps:
- Clone the repository:
git clone https://github.com/username/64devs.git
- Navigate to the project directory:
cd 64devs
- Install dependencies:
composer install && npm install
- Copy the
.env.example
file to.env
and set the necessary environment variables - Generate an application key:
php artisan key:generate
- Migrate the database:
php artisan migrate
- Seed the database (optional):
php artisan db:seed
- Start the development server:
php artisan serve
We welcome contributions from the community to help make 64devs even better. If you'd like to contribute, please follow these steps:
- Fork the repository
- Create a new branch for your feature:
git checkout -b my-feature
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push your changes to your fork:
git push origin my-feature
- Create a pull request
This project was created by Ohene Adjei. You can find me on GitHub and Twitter.
64devs is open-source software licensed under the MIT license. Feel free to use, modify, and distribute this app as needed.
64devs is hosted at 64devs.oheneadjei.com.