A platform for file cloud storage.
This project serves as a learning exercise to gain proficiency in the following areas:
- Next.js
- Upload & download files to local storage
- Upload & download files to Azure Blob Storage
- Tailwind
Follow these steps to get the application up and running in your local environment:
- Clone the repo
git clone https://github.com/CeezR/TechCheck
| Steps | Front-end | Back-end |
|---|---|---|
| 2. Navigate into repo | cd front-end |
cd back-end |
| 3. Install Dependencies | npm install |
mvn install |
| 4. Run the project | npm run dev |
mvn start |
- Upload file
- Download file
- See all available files
- Search for file
What to read about what I learned? Google Docs Project Reflection