Skip to content

So-yummy app - Backend: Node.js, Express.js, MongoDB, Mongoose, Multer, Nodemailer,Swagger

Notifications You must be signed in to change notification settings

lisitsyna-anna/so-yummy-backend

 
 

Repository files navigation

So-yummy App Backend

This is the backend application for So-yummy App, a website for cooking and recipe management. It provides the necessary server-side functionality to support the frontend application.

Technologies

  • Node.js and Express.js for server-side JavaScript runtime and web framework.
  • MongoDB for the database to store recipes, user information, and other data.
  • Mongoose as the MongoDB object modeling tool.
  • Swagger UI Express for documenting and visualizing the API using Swagger documentation.
  • Other dependencies such as axios, bcryptjs, cloudinary, cors, dotenv, joi, jsonwebtoken, morgan, multer, multer-storage-cloudinary, nanoid, nodemailer, and query-string are used for various functionalities within the backend.

Swagger Documentation

For detailed API documentation, you can visit the Swagger UI documentation provided by the backend. It provides an interactive interface to explore and test the available API endpoints.

Installation

  1. Clone the repository from GitHub: git clone https://github.com/lisitsyna-anna/so-yummy-backend

  2. Navigate to the project directory: cd so-yummy-backend

  3. Install the dependencies: npm install

  4. Configure environment variables by creating a .env file in the root of the project and providing the necessary values. Refer to the .env.example file for the required variables.

  5. Start the development server: npm run start:dev

  6. This will start the backend server on the specified port (default is 3000) and establish a connection to the MongoDB database.

  7. Access the backend APIs using the base URL http://localhost:3000 (or the specified port).

Developers

The development of this project was led by:

Contact Information

If you have any questions or feedback, please feel free to contact me:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%