Skip to content

tanvirstreame/car-management-django-and-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Management

Build Status

Tech

  • Django rest framework
  • React JS
  • Next JS

Installation

Backend

Create a vitual environment

Install the dependencies and devDependencies and start the server.

$ cd projectile
$ pip install -r requirements.txt

Ruuning the project...

$ python manage.py runserver

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:8000

For running test...

$ python manage.py test

Frontend

Install the dependencies and devDependencies and start the server.

$ npm i

Ruuning the project...

$ npm start

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:3000

License

MIT