Experience the untold stories of vibrant cities with City Tales - where every journey is a tale waiting to be told.
- Clone the repository
git clone https://github.com/akshatmittal61/city-tales.git
- Install dependencies
yarn
- Create a
.env.local
file in the root directory and add the following environment variables:
NEXT_PUBLIC_APP_DB_URI={{ YOUR_MONGODB_URI }}
NEXT_PUBLIC_APP_JWT_SECRET={{ YOUR_JWT_SECRET }}
NEXT_PUBLIC_API_URL={{ YOUR_API_URL }}
- Run the development server
yarn dev
- Open http://localhost:3000 with your browser to see the result.
This project is deployed on Vercel.
- Production deployment: city-tales.vercel.app/
- Development deployment: city-tales-git-dev-akshatmittal61.vercel.app/
- Next.js - React framework
- TypeScript - JavaScript superset
- SASS - CSS preprocessor
- Jest - JavaScript testing framework
- Prettier - Code formatter
- ESLint - Linter
- Husky - Git hooks
- MongoDB - Database
- Mongoose - MongoDB object modeling
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions, issues and feature requests are welcome! Read the contributing guidelines to get started.
Give a ⭐️ if this project helped you!