The API used by accommodation web application. You can find the frontend code here.
- Clone the project:
git clone git@github.com:lmcuongdev/EasyAccomodation-backend.git
cd ./EasyAccomodation-backend
- Install the modules
npm install
- Update the
.env
file - Run the application:
- Development mode:
npm run dev
- Production mode:
npm start