https://github.com/rocity/renta
🏬 Rent app: A portfolio piece.
https://github.com/rocity/renta
Last synced: 2 months ago
JSON representation
🏬 Rent app: A portfolio piece.
- Host: GitHub
- URL: https://github.com/rocity/renta
- Owner: rocity
- License: mit
- Created: 2019-07-18T12:10:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:49:35.000Z (over 3 years ago)
- Last Synced: 2025-03-22T03:12:14.388Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another Rent App
Rent app with Next.js and DRF
# Setup
### Django
#### Install dependencies with Pipenv
```bash
$ pipenv install
```
#### Install migrations
```bash
$ pipenv run python renta/manage.py migrate
```
#### Run the development server
```bash
$ pipenv run python renta/manage.py runserver
```
### Next.js
#### Install dependencies with NPM
```bash
$ cd assets
$ npm install
```
#### Run the development server
```bash
$ npm run dev
```
# License
[MIT](./LICENSE)