/EasyAccomodation-backend

An accommodation web app using MERN stack

Primary LanguageJavaScript

EasyAccomodation Backend

The API used by accommodation web application. You can find the frontend code here.

Installation

  1. Clone the project:
git clone git@github.com:lmcuongdev/EasyAccomodation-backend.git
cd ./EasyAccomodation-backend
  1. Install the modules npm install
  2. Update the .env file
  3. Run the application:
  • Development mode: npm run dev
  • Production mode: npm start