Skip to content

Save, update, get & delete your meals in this - API BACKEND (MongoDB, Express, Node ) - meal calendar

Notifications You must be signed in to change notification settings

VeroMoreno/mealplan-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌱 Mealplan! API Backend (Node + Express + MongoDB)

// Init a project with Node.js / -y = no questions

 npm init - y

Technologies

  • ✨ Node.js
  • 💣 Express.js
  • 🚀 Mongoose (mongoDB)

Scripts

 npm run dev

Dev Dependencies

  • Nodemon (Automatic update) - npm i nodemon -D
  • Standard (Easy Eslint, standard --fix)

Dependencies

  • Cors (Any origin works in our API) - npm i cors
  • Express - npm i express
  • Mongoose (schemas)
  • JWT (Json Web Tokens) - npm i jsonwebtoken
  • dotenv (get the .env file working with environment variables) - npm i dotenv

How to (remember that!)

About

Save, update, get & delete your meals in this - API BACKEND (MongoDB, Express, Node ) - meal calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published