Skip to content

coryjamesfisher/Udacity-FSWD-Item-Catalog-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Item Catalog Project

Applications

  1. REST API
  2. Website

Useful Commands

  1. Start Vagrant box
vagrant up && vagrant ssh
  1. Start Rest Services
cd /vagrant && ./backend/run &
  1. Start Catalog Site
cd /vagrant && ./frontend/run &

Loading The Website

If you followed the steps above you should be able to access the website here:
http://localhost:8000/
Note: The UI is very minimalistic in it's functionality.
The recent items list is read only. After creating a category, you must click the category link in order to add items.

If you wish to write your own frontend/client you can follow the docs in the backend readme.

Project Structure

Directory Purpose
backend Application Server Related Code & Assets
frontend Website Related Code & Assets
plugins Plugins for the Catalog[None Exist]
schema Schema for the catalog database & user setup

About

Full Stack Web Developer Nanodegree Project 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published