Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 681 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 681 Bytes

Frontend Asimov 🎓

Description

This repository contains the backend for the asimov project

Team TotemCrew 👨‍💻

  • Aldair Cuarez Baldeon - U201521752
  • Italo Samir Silva Silvera - U201621319
  • Julio Enrique Barrios Aedo - U201912137
  • Julio Alexander Salazar Zapata - U202017572
  • Sebastian Paul Vivanco Avellaneda - U201817841

Project setup

Install dependences

$ npm install

Compiles fake api

$ cd server
$ json-server --watch db.json --routes routes.json

Finally

$ npm run serve

Version

  • version 1.0.0 - 09/06/2022
  • version 1.0.1 - 09/06/2022

See Frontend deployed.