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: 10 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T18:07:44.000Z (over 5 years ago)
- Last Synced: 2025-02-13T23:14:44.820Z (over 1 year 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
[](https://github.com/LauraBeatris)
[](#)
[](https://github.com/LauraBeatris/floripamais-strapi-api/stargazers)
[](https://github.com/LauraBeatris/floripamais-strapi-api/network/members)
[](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) 💜🚀