Skip to content

Looking for a place to keep your recipies? You're in the right place.

Notifications You must be signed in to change notification settings

guusdias/reciping-backend

Repository files navigation

Project Structure

├── app.js
├── config
│   └── dbConnect.js
├── controllers
│   ├── authController.js
│   ├── recipeController.js
│   └── userController.js
├── middleware
│   └── authenticated.js
├── models
│   ├── Recipe.js
│   └── User.js
├── routes
│   ├── authRoute.js
│   ├── index.js
│   ├── recipeRoute.js
│   └── userRoutes.js
├── services
│   └── authService.js
└── test
    └── services
        └── authService.test.js

About

Looking for a place to keep your recipies? You're in the right place.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published