Skip to content

This is a course project of TAMU CSCE 606 class, aimming at building a Kayak-like website for kid's mask searching and filtering.

License

Notifications You must be signed in to change notification settings

OrdinaryCrazy/Kayak_for_Masks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kayak_for_Masks

Heroku Deployment

http://masklink.herokuapp.com/masklink/

Coding Setup

Step 1.

Set up Python Django environment using environment.yml file (Linux or Window). You can use any virtual Environment, such as Conda.

conda env create -f environment.yml

Step 2.

Change the Json file path in the view.py to your local path

Step 3.

Migrations (Propagating changes you make every time you make changes on models)

 - python manage.py makemigrations
 - python manage.py migrate

Step 4.

Run on your local sever

- python manage.py runserver

Step 5.

The route for our web is

- masklink/ 

About

This is a course project of TAMU CSCE 606 class, aimming at building a Kayak-like website for kid's mask searching and filtering.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •