Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huzaifac137/multiple-images-per-post-mern

My first project using typescript , infact its a mini project just to test infinite scrolling and multiple images per post. Hope you like it.
https://github.com/huzaifac137/multiple-images-per-post-mern

infinite-scroll mern mern-stack nodejs reactjs typescript

Last synced: 17 days ago
JSON representation

My first project using typescript , infact its a mini project just to test infinite scrolling and multiple images per post. Hope you like it.

Awesome Lists containing this project

README

        

# Multiple-images-per-post

`Includes swipe to see other images in one post just like in any E - commerce app`

`infinite scrolling to fetch data part by part for the sake of User Experience`

`dist folder contains transpiled code from Typescript to Javascript and src folder contains Typescript files`

` uploads / images folder`

Create folder with name "uploads" in dist folder and then further create folder named "images" in that "uploads" folder. This is where all images are saved for static serving to database".

`npm install`

do npm install one by one in frontend and backend folders to install dependencies

` .env`

Include your own .env file in both folders with your variables values , just search process.env through vscode it show give you all environemnt variables
to be declared in .env file.

` About This App`

My first project using typescript , infact its a mini project just to test infinite scrolling and multiple images per post. Hope you like it.