Skip to content

utaipei-sa/api.reserve.utsa

Repository files navigation

reserve.utsa

A platform to reserve the spaces and items managed by UTSA.

Develop documentation: Wiki

Back-end API Documentation

How to run:

back end

  1. cd backend
  2. npm install
  3. nodemon (if you don't need auto reload, you can use npm start)

fornt end

  1. cd frontend
  2. npm install
  3. npm run dev