kmanjt / otrc-ecommerce

2 stars 2 forks source link

Off The Road Collective Ecommerce Full Stack

Setting up the environment

  1. Clone the repository
git clone https://github.com/kmanjt/otrc-ecommerce.git
  1. Create a virtual environment in the root directory of the project and activate it
  1. Install the required packages from the backend/ and frontend/ directory
pip install -r requirements.txt
npm install
  1. Make a new .env file in the backend directory containing the environment variables which are shown in .env.example in backend/ directory

  2. Set up the database

python manage.py migrate
  1. Run the development servers (from backend/ and frontend/)
python manage.py runserver
npm start

Frontend Components

Frontend Pages

Backend Models

Contributors

kmanjt rbanik2212 calcifer2002 sio-the-deal ngowran CheezyHint