Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kacper-ksiazek/nextjs-travel-agency-2022
- Owner: Kacper-Ksiazek
- Created: 2021-11-27T18:43:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T22:52:14.000Z (about 1 year ago)
- Last Synced: 2024-10-18T18:47:34.091Z (2 months ago)
- Topics: cypress, jest, nextjs, postresql, prisma, react, sass, serverless, styledcomponents, typescript
- Language: TypeScript
- Homepage: https://nextjs-travel-agency-2022.vercel.app
- Size: 99.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.