/mondico

cosmetic store

Primary LanguageHTML

Fork/Clone

$ git clone https://github.com/CaptainVee/mondico.git
  1. Cd into the folder

    $ cd mondico
  2. Create a virtual environment:

    $ python3 -m venv venv
  3. activate the virtual environment:

For Linux/macOS:
source .venv/bin/activate

For Windows:
.venv\scripts\activate
  1. Install the dependencies:

    (venv)$ pip install -r requirements.txt
  2. Apply the migrations and run the Django development server:

    (venv)$ python manage.py makemigrations
    (venv)$ python manage.py migrate
    (venv)$ python manage.py runserver
  3. Test at http://localhost:8000/