Skip to content

MukeshKalaga/acumen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acumen

Result Analysis of Anits Results PDF Files.

Installation

Use the package manager pip to install requirements.

python -m venv env
pip install -r requirements.txt

Use yarn(Faster builds) or npm(mandatory)

For yarn

cd frontend
yarn

For npm

cd frontend
npm install

To Start Server

env\Scripts\activate
python manage.py runserver

Make sure to start mysql before starting server

To Start React Scripts

cd frontend
yarn start
cd frontend
npm start

Building npm scripts

cd frontend
yarn build
cd frontend
npm run build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Result Analysis of PDF Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published