A small API application for a travel company that will allow the user to publish, view, and search properties that are available for bookings based on user search criteria.
The API application is build using the NestJS framework and also the libraries of TypeORM, Passport, JWT. And MySQL is used as a relational database.
- Clone the repo:
git clone https://github.com/fatematzuhora/bookify-backend.git
- Go inside the folder:
cd bookify-backend
- Install necessary libraries:
npm i
-
Rename the file
.env.example
to.env
-
Update the values of the variables inside the
.env
file. -
Run Project:
npm start
- Use the following command to run the project as a dev-server:
npm run start:dev