Skip to content

nipunasudha/grammar-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grammar Checker

Installation

  1. clone the repository
  2. cd into the cloned project
  3. virtualenv venv -p python3
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. cd webapp/static
  7. npm install
  8. cd ..
  9. php -S localhost:8000
  10. cd ..
  11. python main.py
  12. visit http://localhost:8000 on the browser

About

Grammer checker application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published