Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alihamza1221/content-driven-web-app-mini-project
--> Maked a content driven web-app -> User can upload files and see these files -> Add new user and files -> Used 'multer' for this πlet's pace up learning
https://github.com/alihamza1221/content-driven-web-app-mini-project
Last synced: about 1 month ago
JSON representation
--> Maked a content driven web-app -> User can upload files and see these files -> Add new user and files -> Used 'multer' for this πlet's pace up learning
- Host: GitHub
- URL: https://github.com/alihamza1221/content-driven-web-app-mini-project
- Owner: alihamza1221
- Created: 2023-11-06T16:06:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T11:08:41.000Z (9 months ago)
- Last Synced: 2024-05-19T17:31:45.836Z (7 months ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content-Driven-web-App-mini-project
--> Maked a content driven web-app
-> User can upload files and see these files
-> Add new user and files
-> Used 'multer' for this πlet's pace up learning
# Upload files# Project Title
This is a content-driven web app where users can post content with their username, add new content, and see the already present content.
## Setup
To set up the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/username/repo.git
```Navigate to the project directory:
```
cd 'project
```
Install the dependencies:
```
npm install
```
Start the server:
```
npm start
```