Skip to content

hrishikesh-mahajan/ActionAndDecisionLogAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Atlas Copco Employee Project Tracking

Flask-React App for Employee Project Tracking

Contributors

Running Back-end

Change to the project backend directory

cd backend

Install all the required libraries

pip install -r requirements.txt

Run Flask in Debug Mode for Development

  • Linux
python3 app.py
  • Windows
python.exe .\app.py

Running Front-end

Change to the project frontend directory

cd frontend

Install All Dependencies

npm install

Runs the app in the development mode

npm start

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes You may also see any lint errors in the console.

Some Other Commands

Testing Mode

npm test

Launches the test runner in the interactive watch mode See the section about running tests for more information

Build

npm run build

Builds the app for production to the build folder It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes Your app is ready to be deployed!

See the section about deployment for more information