Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 907 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 907 Bytes

SE Club Rooms Backend API

the backend api that manages the rooms service

Dependencies

first install the dependencies

Installation

git clone https://github.com/theSEClub/api.rooms.seclub.io
cd api.rooms.seclub.io
npm install

Running

npm run start

then navigate to https://localhost:8080, notice the https it's required to be with an s

Worst Case

if Nestjs was too much and you gave up, move to ExpressJS and just refactor and organize the code

Resources