Skip to content

andrey100f/Employees-CRUD-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enployees CRUD App

Project Description

This repository contains the source code for a fullstack web application developed as part of a web development course. The front-end is built using React JS, while the back-end is developed in Python Django. The database is managed using PostgreSQL.

Key Features

  • Routing and interactive navigation menu in React
  • Displaying data in a Bootstrap table
  • Implementing a modal window with dropdowns and date pickers
  • Uploading and storing photos on the backend server

Instructions for Use

  1. Clone or Download: Clone this repository or download the ZIP archive.
  2. Set Up Python Virtual Environment:
python -m venv env
source env/bin/activate  # On Windows: env\Scripts\activate
  1. Install Backend Dependencies:
cd DjangoAPI
pip install -r requirements.txt
  1. Configure Environment Variables: Edit the settings.py file in the DjangoAPI directory and update the following variables with your PostgreSQL database details:
NAME=database name
USERNAME=postgres username
PASSWORD=postgres password
  1. Start Backend Server:
python manage.py runserver
  1. Install Frontend Dependencies:
cd react-fe
npm install
  1. Start Frontend Server:
npm start
  1. Access the Application: Access the application in your web browser at the following address: http://localhost:3000

Authors

Forminte Andrei-Gabriel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published