/cloud-storage

Cloud Storage is single page application. Client: Next.js, TypeScript, SCSS, Ant Design, Nookies, Axios. HTML. Server: Nest.js, TypeScript, Swagger, Multer, PassportJS(JWT). Database: PostgreSQL

Primary LanguageTypeScript

Cloud Storage

Cloud Storage is a single-page application built with the following technologies: Client: Next.js, TypeScript, SCSS, Ant Design, Nookies, Axios. HTML. Server: Nest.js, TypeScript, Swagger, Multer, PassportJS(JWT). Database: PostgreSQL.

Functionalities for users include:

  1. Creating an account
  2. Logging in / Logging out
  3. Adding different types of files (up to 2mb)
  4. Sharing a link to a file
  5. Viewing only photos
  6. Viewing profile info
  7. Moving files to the Trash
  8. Removing files from the Trash

Final Product

"main_page_1"

"main_page_2"

"main_page_3"

Getting Started

  • Clone the project
  • Install all dependencies (Client and Server) (using the npm install command).
  • Start the client using the npm run start command in the front-end folder. The app will be served at http://localhost:3000/.
  • Start the server using the npm run start command in the back-end folder. The app will be served at http://localhost:8000/.