Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vantablanta/msarendo
A freelance platform for the informal sector. A user can post a job, vet a potential candidate using just one click. Download any required docuemnts for vetting. It implements a complex notification system using SMTP.
https://github.com/vantablanta/msarendo
django
Last synced: about 6 hours ago
JSON representation
A freelance platform for the informal sector. A user can post a job, vet a potential candidate using just one click. Download any required docuemnts for vetting. It implements a complex notification system using SMTP.
- Host: GitHub
- URL: https://github.com/vantablanta/msarendo
- Owner: vantablanta
- License: mit
- Created: 2022-06-21T09:22:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T19:53:06.000Z (about 1 year ago)
- Last Synced: 2024-04-15T06:40:50.730Z (7 months ago)
- Topics: django
- Language: CSS
- Homepage: http://msarendo.mnjeri.com
- Size: 6.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Msarendo
>Developed by [Michelle-Njeri](https://github.com/vantablanta)
## Description
>A freelance platform for the informal sector. A user can post a job, and vet a potential candidate
using just one click. Download any required documents for vetting. It implements a complex notification system using SMTP.## Live Link
>[View Site](https://msarendo.herokuapp.com) to visit the site
## User Story
* Sign in to the application to start using.
* Check out available jobs and apply with a single swift click.
* Post a job.
* Recive updates on the status of your application using email notifications
* View recruiter info
* View Candidate info
## Setup and Installation
To get the project .......
##### Cloning the repository:
```bash
https://github.com/vantablanta/msarendo.git
```
##### Navigate into the folder
```bash
cd project-msarendo
```
##### Install and activate Virtual
```bash
pipenv shell
```
##### Install Dependencies
```bash
pipenv sync
```
##### Setup Database
SetUp your database User, Password, Host then make migrations
```bash
python manage.py makemigrations app
```
Now Migrate
```bash
python manage.py migrate
```
##### Run the application
```bash
python manage.py runserver
```
##### Testing the application
```bash
python manage.py test
```
Open the application on your browser `127.0.0.1:8000`.
## Technology used
* [Python310](https://www.python.org/)
* [Django 4.2](https://docs.djangoproject.com/en/2.2/)
* [Heroku](https://heroku.com)
## Contact Information
If you have any questions or contributions, please email me at [[email protected]]
## License[![License](https://img.shields.io/packagist/l/loopline-systems/closeio-api-wrapper.svg)](https://github.com/vantablanta/msarendo/blob/master/LICENSE)
>Copyright (c) 2022 **Michelle Njeri**