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

https://github.com/raihan71/rolesstrapinager


https://github.com/raihan71/rolesstrapinager

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Strapi application
> Rolesstrapinager is crud collection app about role management using Strapi.js


Version

Documentation


Twitter: rayhan_nj

### ✨ Rolesstrapinager [Demo](https://evening-plateau-54174.herokuapp.com/)

## How to Install?

You need to install Node.js with npm and yarn

then

```sh
npm install
```

```sh
yarn install
```

Once you have installed, create database using PostgreSQL or MySQL, you can see the configuration in./config/database.js and change all value with your environment.

## How to Run Develop?

After you finished install the project you start run development, but make sure your MySQL or PostgreSql machine is running already :

```sh
strapi develop
```
or
```sh
npm run develop
```
After finished run the command you'll be redirected to localhost on your web browser then you need to complete the Quick-Start first.

## How to Build and Deploy?
Strapi gives you many possible deployment options for your project or application. Strapi can be deployed on traditional hosting servers or services such as Heroku, AWS, Azure and others. The following documentation covers how to develop locally with Strapi and deploy Strapi with various hosting options. For more information read the
[documentation](https://strapi.io/documentation/v3.x/getting-started/deployment.html#hosting-provider-guides).