https://github.com/aaqyaar/job_finder_app
Job Finder App built with Flutter Dart
https://github.com/aaqyaar/job_finder_app
Last synced: 4 months ago
JSON representation
Job Finder App built with Flutter Dart
- Host: GitHub
- URL: https://github.com/aaqyaar/job_finder_app
- Owner: aaqyaar
- Created: 2024-01-23T17:57:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T11:05:46.000Z (over 1 year ago)
- Last Synced: 2024-01-29T13:18:55.686Z (over 1 year ago)
- Language: Dart
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Finder App
Job Finder App is a mobile application that helps people to find jobs. It is built with Flutter and Nodejs(Express).
## Getting Started
### Prerequisites
- [x] Flutter SDK
- [x] Android Studio (must for Android)
- [x] Xcode (must for iOS)### Installation
1. Clone the repo
```sh
git clone https://github.com/aaqyaar/job_finder_app.git
```2. Set environment variables in `env` file.
```sh
API_URL = '' # Backend api url
```3. Install Dependencies
```sh
flutter pub get
```4. Generate Folders
- Generate folders for Android and iOS
```sh
flutter create .
```5. Run the app
```sh
flutter run
```## Contributing
Contributions are always welcome!