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

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

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!