Skip to content

ppsirker/instawork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Clone the Repository

git clone https://github.com/ppsirker/instawork.git

Backend (Django)

cd instawork/
  1. Create and activate a Virtual Environment
python -m venv venv
source venv/bin/activate
  1. Install Project Dependencies
pip install -r requirements.txt
  1. Run Migrations:
python manage.py makemigrations
python manage.py migrate
  1. Run the Django Development Server
python manage.py runserver

The Django server will run on http://127.0.0.1:8000.

Frontend (React)

  1. Navigate to the Frontend Directory
cd frontend
  1. Install Node.js Dependencies
npm install
  1. Run the React Development Server
npm start

Open http://localhost:3000 in your browser.
Navigate through the pages to ensure that adding, editing, and deleting team members works as expected.

Project Overview Instawork Team Management Application

This is a team member management application built with Django for the backend and React for the frontend. The app allows users to view, add, edit, and delete team members.

Features

  • List Page: Displays all team members and the total number of members.
  • Add Page: Allows users to add a new team member.
  • Edit Page: Allows users to edit or delete the member.

Prerequisites

  • Python 3.x
  • Node.js and npm
  • Django 5.x
  • Django Rest Framework
  • React 18.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published