Skip to content

Full-Stack CRUD Application with File Uploads. Firebase for authentication and storage.

Notifications You must be signed in to change notification settings

hashankur/fullstack-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce app

A full-stack CRUD application using Vue.js for the front end, Node.js for the backend, and Firebase for authentication and storage. The application includes user authentication, the ability to create a user profile with an image, and basic CRUD operations.

Project Structure

fullstack-crud/
  ├── client/           // Vue.js frontend code
  │   ├── ...
  │   ├── dist/         // Compiled frontend code
  │   ├── README.md     // Instructions to run locally
  │   └── .env.local    // Environment variables (ignored by Git)
  ├── server/           // Express.js backend code
  │   ├── ...
  │   ├── index.js        // Main Express server file
  │   ├── README.md     // Instructions to run locally
  └── README.md         // This file

Installation

Instructions inside folders client and server.

About

Full-Stack CRUD Application with File Uploads. Firebase for authentication and storage.

Topics

Resources

Stars

Watchers

Forks