eudiegosilva / project--instafeed-backend

This project contains the entire backend of the application-instafeed. Share your setup!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

application | INSTAFEED - BACKEND

About This Project

This project contains the entire backend of the application-instafeed-frontend application. Share your setup!

The application-instafeed-frontend project was create with Create React App. You can learn more in the Create React App documentation. To learn React, check out the React documentation.

Prerequisites

To run this project in development mode, you will need to have a basic environment with NodeJS 8+ installed. To use the database, you will need to have MongoDB installed and running on your machine on the default port (27017).

Avaliable Scripts

Run Project

In the project directory, you can run:

yarn install

and

yarn dev

Learn how to install yarn through the official documentation.

Run the app in the development mode by opening http://localhost:3333 to view it in the browser.

Tecnologies Used

Cors

To allow the backend application to be accessed from any address (in this case, to be accessed by the frontend).

Dotenv

To load environment variables form the .env file.

Express

To better handle application routes.

MongoDB

To write application data.

Mongoose

To facilitate communication with the database using javascript syntax.

Multer

To handle Multipart Form Data and automate the process of uploading files (images) within the backend.

Nodemon

To run my application more conveniently.

Sharp

To manipulate images within the application.

Socket.io

To communicate backend with the frontend in real-time.

About Me

My Github profile: https://github.com/coderamos/

My Linkedin profile: https://www.linkedin.com/in/coderamos/

About

This project contains the entire backend of the application-instafeed. Share your setup!


Languages

Language:JavaScript 100.0%