Travella is a travel agency to explore the world of your own, it has client and admin access
Link to project: http://recruiters-love-seeing-live-demos.com/
Tech used:
Constantly refactor the code and improve the usage and scalablitiy of the app. Updating UI/UX to make it easy for user interact with.
- Clone repo
- cd api
- Set up environment variables
cp .env.example .env
- Enter your data into .env
- run
yarn install
- run
yarn dev
- navigate to https://localhost:8000
- cd client
- Set up environment variables
cp .env.example .env
- Enter your data into .env
- run
yarn install
- run
yarn dev
- navigate to https://localhost:3000
- cd admin
- Set up environment variables
cp .env.example .env
- Enter your data into .env
- run
yarn install
- run
yarn dev
- navigate to https://localhost4000