Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/huzaifac137/multiple-images-per-post-mern
- Owner: huzaifac137
- Created: 2022-10-31T06:22:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T16:28:53.000Z (over 2 years ago)
- Last Synced: 2024-11-25T05:39:19.773Z (3 months ago)
- Topics: infinite-scroll, mern, mern-stack, nodejs, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.