Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)