Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 491 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 491 Bytes

Another Rent App

Rent app with Next.js and DRF

Setup

Django

Install dependencies with Pipenv

$ pipenv install

Install migrations

$ pipenv run python renta/manage.py migrate

Run the development server

$ pipenv run python renta/manage.py runserver

Next.js

Install dependencies with NPM

$ cd assets
$ npm install

Run the development server

$ npm run dev

License

MIT