CRUD APPS https://crudapps.tylerw.xyz
Crud is create, read, update, delete. Users will perform CRUD operations on database objects.
• Real-time CRUD with addition of web-sockets
• Many to many relationships
• Registration, login & private routes with JWT, Bcrypt, & cookies
• File upload
• Mongoose
• Express
• React
• Node
• Socket.IO
• Multer
• Bootstrap
• various node packages
• Pizza Time app; proof of concept eccomerce storefront to buy pizza
• Comments, comment replies and comment likes
• Friend requests
• Private favorites to self, friends or all
• Chat room for online users
• Auth0 login
• Password reset
• Clone GitHub repo
• Create .env
file in root directory containing FIRST_SECRET_KEY="anyvalue"
• npm run start
in the client folder
• node server
in the root directory