Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rmrt1n/zobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZOBS

This app runs flask on the back end and react on the front end. Default username and password for admin is 'admin' and 'admin'. This can be changed by editing the server/app/views.py file.

Build Instructions

$ git clone https://github.com/rmrt1n/zobs
$ cd zobs

Server setup

install required packages

cd server
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 -m spacy download en_core_web_sm

start server on port 5000 (default):

$ python3 run.py

Client setup

install required packages

$ cd client
$ npm install
# to run development build
$ npm run start
# to build production app
$ npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •