Skip to content

JorgeFMorais/keypro_coding_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keypro Coding Challenge

Setup Development Environment

This project uses Docker and Dev Containers to set up the development environment. Follow the steps below to get started.

Prerequisites

  • Docker installed on your machine
  • Visual Studio Code with the Remote - Containers extension

Steps

  1. Clone the Repository

Clone into your development machine.

  1. Open in Visual Studio Code

Open the project directory in Visual Studio Code.

  1. Reopen in Container

Press F1 and select Remote-Containers: Reopen in Container. This will build the Docker container defined in the .devcontainer folder and open the project inside the container.

Running the Services

With the development environment setup:

Backend (Django)

  1. Navigate to the Backend Directory

    cd backend
  2. Run Migrations

    python manage.py migrate
  3. Start the Django Development Server

    python manage.py runserver

Frontend (React)

  1. Navigate to the Frontend Directory

    cd frontend
  2. Install Dependencies

    npm install
  3. Start the React Development Server

    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published