/car_sales

Web Technology Project

Primary LanguageJavaScriptMIT LicenseMIT

car_sales

Web Technology Project

Installation

Install Nodejs for npm. At the root of project directory, execute following lines

$ npm install

After creating and activating a python virtual environment

$ pip install -r requirements.txt

Running Scripts

In a terminal, for react

$ npm run dev    # For development
$ npm run build  # For production

For django server, use a second terminal.

$ python manage.py runserver