Skip to content

v-knysh/shawermap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial:

  • install python3.6
  • install node 6.x+

install python packages:

pip install -r requirements.txt

install node modules:

npm install

install postgres

  • add user from config.yaml

Migrate:

cd server/
alembic upgrade head

Run:

Server:

server/main.py

webpack:

npm run webpack --colors --watch

Generate migrations:

cd server/
alembic revision --autogenerate -m "added point and user tables"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published