Skip to content

zihanxu3/ZillowDataBaseProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database-proj

This is the repo for CS411 Final Project - all4cats

Frontend

Run npm install to set up environment. Run npm start to start local host.

Backend

Run pipenv shell to set up environment.
Run python manage.py makemigrations all4cats to set up migration files.
Run python manage.py migrate all4cats to set up database.
Run python manage.py runserver 8080 to set up database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.6%
  • Python 29.8%
  • CSS 3.4%
  • HTML 3.2%