App for renting items, such as, cars, flats, tools, .....etc.
- Click here for more information about how to use the Ajirni Application.
- Application_Flow
- Usage
- Requirements
- Development
- Project-Stack
- Team
- Contributing
- More Details about the Project
- Fork the repo to your account.
- Clone the repo to your computer.
- add the remote link https://github.com/yama-group/Ajirni in your terminal.
- Node 0.10.x
- Python 3.7.x
- MySQL 5.7.x
- Docker 18.09.x
From within the root directory:
pip install pipenv
pipenv install
cd frontend
npm install
pipenv shell
cd yama
cd ajirni
python manage.py runserver
cd frontend
npm start
cd yama
cd ajirni
./manage.py test
cd yama
cd ajirni
pytest
pipenv shell
cd yama
cd ajirni
python manage.py makemigrations
python manage.py migrate
- react with react redux in the front-end
- python/Django in the back-end
- MySQL for the dataBase
See CONTRIBUTING.md for contribution guidelines.
See _PRESS-RELEASE.md for further more details about Ajirni application.