Skip to content

Gourav1100/change-with-tip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change With Tip

  1. Installation for backend instructions
  python -m venv venv
  source venv/bin/activate
  pip install -r requirements.txt
  1. Frontend Installation
cd templates && npm install
npm start

Visit http://localhost:4200 to use the application.

Prod Mode:

Build frontend:

cd templates && npm install
ng build --prod

Start prod server:

  flask run

Visit http://localhost:5000/ to use the application.

Webapp has 3 pages: / : User can submit tip. /admin : Admin can login to admin dashboard from here. Admin credentials: email: admin@admin.org password: admin /admin-dashboard: Admin view submitted tips.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published