Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurabeatris/floripamais-strapi-api
Strapi API for the Floripa+ Website
https://github.com/laurabeatris/floripamais-strapi-api
api backend cms strapi
Last synced: 30 days ago
JSON representation
Strapi API for the Floripa+ Website
- Host: GitHub
- URL: https://github.com/laurabeatris/floripamais-strapi-api
- Owner: LauraBeatris
- Created: 2020-11-13T16:34:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T18:07:44.000Z (almost 4 years ago)
- Last Synced: 2024-11-03T16:42:37.612Z (3 months ago)
- Topics: api, backend, cms, strapi
- Language: JavaScript
- Homepage: https://floripamais-cms.herokuapp.com/admin
- Size: 10.9 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
> Headless CMS made with [Strapi](https://strapi.io/) for the [Floripa+](https://github.com/LauraBeatris/floripamais) website
[![Author](https://img.shields.io/badge/author-LauraBeatris-FB8F0A?style=flat-square)](https://github.com/LauraBeatris)
[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/floripamais-strapi-api?color=%23FB8F0A&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LauraBeatris/floripamais-strapi-api?color=FB8F0A&style=flat-square)](https://github.com/LauraBeatris/floripamais-strapi-api/stargazers)
[![Forks](https://img.shields.io/github/forks/LauraBeatris/floripamais-strapi-api?color=%23FB8F0A&style=flat-square)](https://github.com/LauraBeatris/floripamais-strapi-api/network/members)
[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/floripamais-strapi-api?color=FB8F0A&style=flat-square)](https://github.com/LauraBeatris/floripamais-strapi-api/graphs/contributors)---
## Development
#### Install dependencies
```
yarn install
```or
```
npm install
```#### Setup a Postgres database using Docker
```
docker run --name [container_name] -e POSTGRES_PASSWORD=[your_password] -d postgres
```#### Change the development environment database configuration on ``config/database.js`` according to your database credentials
#### Start CMS locally
```
yarn start
```or
```
npm run start
```---
## Build
To build the CMS, run the following script:
```
yarn build
```---
## Contributing
Check out the [contributing](https://github.com/LauraBeatris/floripamais/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
---
## License
Released in 2020
This project is under the [MIT license](https://github.com/LauraBeatris/floripamais-strapi-api/master/LICENSE).Made with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀