Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```