Skip to content

Tomasiii/booking-in

Repository files navigation

Next.js and TypeScript

PRs welcome! License


A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥

  • 📏 ESLint — Pluggable JavaScript linter
  • 💖 Prettier - Opinionated Code Formatter
  • 🐶 Husky — Use git hooks with ease
  • 📄 Commitizen - Conventional commit messages CLI
  • 🚓 Commitlint - Lint commit messages
  • 🖌 Renovate - Dependency update tool
  • 🚫 lint-staged - Run linters against staged git files
  • 🗂 Absolute import - Import folders and files using the @ prefix

🚀 Getting started

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. create database at MongoDb Atlas ang get connection string
  3. get : name, api key, secret key from https://cloudinary.com/
  4. create .env file, and add youself variables as CLOUDINARY_CLOUD_NAME, CLOUDINARY_API_KEY, CLOUDINARY_SECRET_KEY (look №3) and APP_SERVER_URL (look №2)
  5. yarn dev;

To view the project open http://localhost:3000.

About

Application for booking tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published