Skip to content

albertoivo/item-catalog-fullstacknd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Item Catalog

Certified By Ivo Build Status Open Source Love PRs Welcome Awesome

This is a project for Udacity Course Nanodegree Full Stack Web Developer. It's a catalog of products categorized by categories. Any authenticated user can add items in the app. But only the owner can delete or edit the item. For this project I developed with Python 3, Flask and SQLAlchemy in the backend. SQLite for the data persistence and pure HTML/CSS/JS for the frontend.

Table of contents

Requirements

  • Python 3
  • Please read the requirements file file for more information and run the following command:
  • pip install -r requirements.txt
  • If you do not have pip, please install it by running the following commands:
  • curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  • python get-pip.py

Quick start

  1. Clone it
  2. cd item-catalog-fullstacknd/itemCatalogApp
  3. python main.py

Developed with

Contributing

We welcome contributions to this project!

  • ⇄ Pull requests and ★ Stars are always welcome.

Author

License

There is no license. Use it at will. You can even call it your own.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published