Skip to content

waleedusman/orams

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORAMS

A website to manage prices for the ATO ORAMS panel.

Backend

The API runs at http://localhost:5000.

cd backend
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

# run app
make app_run

# tests
py.tests tests/fixtures

Frontend

The frontend node server runs at http://localhost:60000.

cd frontend
npm i

# run build and watch files
npm run build:development

# run node server
npm run server:development

# tests
npm test

Local Proxy

On local, /api frontend calls are proxied to http://localhost:5000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 47.0%
  • JavaScript 44.6%
  • HTML 4.9%
  • CSS 3.2%
  • Other 0.3%