Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bforbilly24/eventbookingticketing-strapi-backend-app
CRUD Event Booking & Ticketing
https://github.com/bforbilly24/eventbookingticketing-strapi-backend-app
strapi
Last synced: 12 days ago
JSON representation
CRUD Event Booking & Ticketing
- Host: GitHub
- URL: https://github.com/bforbilly24/eventbookingticketing-strapi-backend-app
- Owner: bforbilly24
- License: mit
- Created: 2024-06-22T20:02:58.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-23T00:19:59.000Z (6 months ago)
- Last Synced: 2024-06-24T02:46:33.366Z (6 months ago)
- Topics: strapi
- Language: JavaScript
- Homepage: https://eventbooking-strapi-backend-8b06ea9a2986.herokuapp.com/admin
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [Strapi](https://strapi.io) comes with a full featured [Command Line Interface](https://docs.strapi.io/dev-docs/cli) (CLI) project bootstrapped with [`create-strapi-app`](https://docs.strapi.io/dev-docs/installation/cli) which lets you scaffold and manage your project in seconds.
## Getting Started
> 1. Pull in terminal
```
git clone https://github.com/bforbilly24/eventbookingticketing-strapi-backend-app.git
```> 2. Installation
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```> 3. Compile
```bash
npm run develop
# or
yarn run develop
# or
pnpm develop
# or
bun develop
```Open http://localhost:1337 with your browser to see the result.
Start your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-develop)
## Preview