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/
- Host: GitHub
- URL: https://github.com/tanvirstreame/car-management-django-and-reactjs
- Owner: tanvirstreame
- Created: 2019-05-03T13:22:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:45:17.000Z (over 2 years ago)
- Last Synced: 2025-03-27T21:47:17.230Z (3 months ago)
- Topics: django-rest-framework, graphql, nextjs, reactjs
- Language: JavaScript
- Homepage:
- Size: 45.6 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Management
[](https://travis-ci.org/joemccann/dillinger)
### Tech
* Django rest framework
* React JS
* Next JS### Installation
#### Backend
Create a vitual environmentInstall 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
```
#### FrontendInstall 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