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:
- Creating an account
- Logging in / Logging out
- Adding different types of files (up to 2mb)
- Sharing a link to a file
- Viewing only photos
- Viewing profile info
- Moving files to the Trash
- Removing files from the Trash
- 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/.