Skip to content

Adrian2422/Mealsy-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mealsy Backend

It is the backend of the Mealsy application, used to communicate the application with the database.

Main functionalities

  • providing API for users operations
  • incoming data validation
  • outcoming data engraving
  • database management

APIs

Users managements apis

method url parameter describtion
GET /users get all users data
GET /users id get user by id
POST /users post new user
PUT /users id update user by id
DELETE /users id delete user by id
DELETE /users delete all users

Recipes management apis

method url parameter describtion
GET /recipes get all recipes data
GET /recipes id get recipe by id
POST /recipes post new recipe
PUT /recipes id update recipe by id
DELETE /recipes id delete recipe by id
DELETE /recipes delete all recipes

Technologies used:

Node.js MongoDB

Installation

--- in progress ---

Screenshots

--- in progress ---

Dependencies

  • express
  • mongodb
  • mongoose
  • pug
  • validator
  • body-parser
  • bcrypt

Live

--- in progress ---

License

Mealsy is open source software licensed as MIT

About

Backend for mealsy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published