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

https://github.com/tanvirstreame/car-management-django-and-reactjs

https://car-management-bd.herokuapp.com/
https://github.com/tanvirstreame/car-management-django-and-reactjs

django-rest-framework graphql nextjs reactjs

Last synced: 2 months ago
JSON representation

https://car-management-bd.herokuapp.com/

Awesome Lists containing this project

README

        

# Car Management

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

### Tech

* Django rest framework
* React JS
* Next JS

### Installation
#### Backend
Create a vitual environment

Install the dependencies and devDependencies and start the server.
```sh
$ cd projectile
$ pip install -r requirements.txt
```
Ruuning the project...

```sh
$ python manage.py runserver
```
Verify the deployment by navigating to your server address in your preferred browser.

```sh
127.0.0.1:8000
```
For running test...
```sh
$ python manage.py test
```
#### Frontend

Install the dependencies and devDependencies and start the server.
```sh
$ npm i
```
Ruuning the project...

```sh
$ npm start
```
Verify the deployment by navigating to your server address in your preferred browser.

```sh
127.0.0.1:3000
```
License
----

MIT