Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocity/renta
🏬 Rent app: A portfolio piece.
https://github.com/rocity/renta
Last synced: 29 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:49:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T20:12:07.517Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- 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)