Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 793 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 793 Bytes

Travel Agancy in next.js

using typescript & material components for react

Furthermore, how to run this exquisite application:

  1. To install all node dependencies included in package.json

    npm run i
    
  2. Configure PostgreSQL connection string in .env

  3. Run Prisma commands to handle DB staff prisma migrate dev && prisma generate

    If you face any troubles while running above prisma's commands, just install prisma globally via:

    npm i -g prisma
    
  4. Run npm run dev and enjoy my majesty

  5. Take into account the fact, that the navigation bar is currently disabled due to make it work much better in the future 👍👍. In order to visit my stunning registration form you have to manually visit /register route.