alexwaweru / pareto-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend

Technology Stack

For Local Development
  1. Run git clone
  2. Navigate to backend root cd ./backend-api
  3. Create a virtual env python3 -m venv venv
  4. Actvate virtual env source venv/bin/activate
  5. Install dependencies pip3 install -r requirements.txt
  6. Run the server in port 8000 python3 manage.py runserver 8000
  7. Test it out at http://127.0.0.1:8000/api/
And that's it with the caveat of setting up, configuring and getting the backend server running.

Frontend

Technology Stack

For Local Development
  1. Run git clone
  2. Navigate to frontend root cd ./frontend-client
  3. Install dependencies npm install
  4. Run the server in port 3000 npm run dev -- --port 3000
And that's it with the caveat of setting up, configuring and getting the frontend application running.

About


Languages

Language:Python 51.6%Language:JavaScript 31.4%Language:CSS 16.2%Language:HTML 0.8%