Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Proof of Concept realized by SWEG Group for SWE 2022-2023 Project for Computer Science B.Sc in Padua

Notifications You must be signed in to change notification settings

SWEG-Software-Engineering-Group/proof-of-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proof-of-concept

Come eseguire per la prima volta

Backend

- cd API/SWEG-Traduzioni-api
- npm i -g serverless 
- serverless dynamodb install (Per Linux - sls dynamodb install)
- npm i (per installare tutto)

Frontend

Dentro la cartella Frontend:

- cd sweg-traduzioni-backoffice
- npm i

Testing

  • Si consiglia l'installazione di Jest con il seguente comando:
npm install --save-dev jest @types/jest ts-jest supertest
- npm run test 

Esecuzione generale

  • Backend:
    • All'interno di API/SWEG-Traduzioni-api : serverless offline start
  • Frontend:
    • All'interno di Frontend : npm start

About

Proof of Concept realized by SWEG Group for SWE 2022-2023 Project for Computer Science B.Sc in Padua

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages