Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kacper-ksiazek/nextjs-travel-agency-2022

🌴 2022 travel agency project- my personal next.js learning ground
https://github.com/kacper-ksiazek/nextjs-travel-agency-2022

cypress jest nextjs postresql prisma react sass serverless styledcomponents typescript

Last synced: about 1 month ago
JSON representation

🌴 2022 travel agency project- my personal next.js learning ground

Awesome Lists containing this project

README

        

# 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
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
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.