Skip to content

DTPF/mariachef-backend-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mariachef — Backend

REST API for the Mariachef recipe sharing platform. Handles users, recipes, categories, and image uploads with Auth0 authentication.

Features

  • RESTful API with Express.js and TypeScript
  • User management with Auth0 authentication
  • Recipe CRUD with image uploads
  • Category management
  • Search functionality
  • MongoDB with Mongoose ODM

Tech Stack

  • Runtime: Node.js, Express.js
  • Language: TypeScript
  • Database: MongoDB + Mongoose
  • Auth: Auth0

Getting Started

  1. Clone the repo: git clone https://github.com/DTPF/mariachef-backend-node.git
  2. Install dependencies: npm install
  3. Copy .env.example and configure your environment variables
  4. Make sure MongoDB is running
  5. Start the dev server: npm run dev

Related

About

Recipe sharing platform with image uploads and Auth0 authentication -- Express.js + TypeScript backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors