Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 443 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 443 Bytes

oceanCloud

This is a pet-project

In this project we are making cloud storage

Frontend:

  • React/ts/react-router/vite
  • redux-toolkit/rtk-query
  • sass(scss)
  • ant design

Back-end:

  • NodeJS/express
  • jwt
  • swagger
  • sequalize -> prisma
  • postgres
  • local save files-> aws S3

Deploy

  • onRender

How to start

  • cd client

  • npm install

  • npm run dev

  • create postgres db

  • cd server

  • configure .env

  • npm install

  • npm run dev