{"id":25045253,"url":"https://github.com/swina/nuxpresso-server-test","last_synced_at":"2026-04-11T14:36:03.002Z","repository":{"id":69186239,"uuid":"289364455","full_name":"swina/nuxpresso-server-test","owner":"swina","description":"A tailored Headless Strapi CMS to build rich content websites.","archived":false,"fork":false,"pushed_at":"2020-08-29T16:23:12.000Z","size":251,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T05:35:51.355Z","etag":null,"topics":["cms","graphql","nuxpresso-server","nuxt","nuxtjs","rest","strapi","strapicms"],"latest_commit_sha":null,"homepage":"https://nuxpresso.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-21T21:04:03.000Z","updated_at":"2020-09-11T06:00:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"6475cb81-9b96-4e9d-8b3f-83ae5da83d40","html_url":"https://github.com/swina/nuxpresso-server-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fnuxpresso-server-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fnuxpresso-server-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fnuxpresso-server-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fnuxpresso-server-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swina","download_url":"https://codeload.github.com/swina/nuxpresso-server-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399312,"owners_count":20770902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","graphql","nuxpresso-server","nuxt","nuxtjs","rest","strapi","strapicms"],"created_at":"2025-02-06T05:32:57.413Z","updated_at":"2025-12-30T23:15:22.116Z","avatar_url":"https://github.com/swina.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nuxpresso-server (alpha 0.0.1)\n\n## Demo (frontend using nuxpresso-nuxt)\n\nhttps://nuxpresso.netlify.app\n\n## Roadmap\n\nWe suggest the following roadmap in order to successfully run a complete installation of Nuxpresso (Server and Frontend).\n\n- install locally\n- run a test with some content locally\n- deploy server for production. We suggest to develop the content on the deployed server so you will not need to transfer data locally to the production database\n- create your contents, theme, template and widget following your website design\n- run nuxpresso-nuxt or develop your frontend locally\n- after testing locally your frontend deploy it for production in a stage domain (stage.mydomain.com)\n- switch your domain to the frontend deployed above\n\n\n## Install locally (Development Mode)\n\nIn development mode you will install nuxpresso-server and nuxpresso-nuxt on your local machine, in order to check that everything works correctly.\n\n## Install nuxpresso-server\n\n**Requirements**\n\n- a postgres DB running\n- a cloudinary account in order to manage your media\n- a mailgun account to send mail (you can use another mail provider but you need to change the plugins configuration)\n\n**Notes**\n\n*DATABASE *: You can switch to another database type like mySQL / MongoDB / SQLite. In order to change database type you need to change the file ./config/database.js.\n\n*MEDIA *: You can change you media provider with one of your choice but you need to update the following file: ./config/plugins.js\n\n*MAIL *: You can change your email provider with one of your choice but you need to update the following gile: ./config/plugins.js\n\n***For all the above settings please read the official Strapi documentation***\n\n**Clone repository**\n\n```\ngit clone https://github.com/swina/nuxpresso-server-test\n```\n\nGo to installation directory and run install\n\n```\ncd nuxpresso-server\nyarn install\n```\n\n\nCreate a .env file  and copy the content from .env.example changing with your own settings\n\n```\nHOST=0.0.0.0\nPORT=1337\nADMIN_JWT_SECRET=__create_your_jwt_secret__\nDATABASE_HOST=__database_host__\nDATABASE_PORT=__database_port__\nDATABASE_NAME=__database_name__\nDATABASE_USERNAME=__database_username__\nDATABASE_PASSWORD=__database_port__\nDATABASE_SSL=false\nCLOUDINARY_API_KEY=__cloudinary_api_key__\nCLOUDINARY_API_SECRET=__cloudinary_api_secret__\nCLOUDINARY_CLOUD_NAME=__cloudinary_name__\nMAILGUN_API_KEY=__mailgun_apikey__\nMAILGUN_DOMAIN=__mailgun_domain__\nSITE_EMAIL=__site_email__\nMAILGUN_FROM=__mailgun_from__\nMAILGUN_REPLYTO=mailgun_replyto__\n```\n\n```\nyarn build\n```\n\nRun nuxpresso\n\n```\nyarn develop\n```\n\n**Your nuxpresso-server should run at http://localhost:1337/admin**\n\n### Create the admin account\n\nCreate your administrator account\n\n\n### Create the development role and account\n\nThis is required if you plan to use nuxpresso-customizer (see nuxpresso-nuxt)\n\n- Create a **Development** role\n- Create a new user and assign the Development role\n- Change the Permissions for the Development Role for all the Content types to:\n  - **find, findone, create, update**\n\n## Deploy nuxpresso-server\n\nDepending on the provider you will use follow the official Strapi documentation about deployment.\nWe suggest to:\n- create a github repository with your nuxpresso-server \n- clone your repository on the production server\n- deploy it\n\n### nuxpresso-nuxt\n\n**nuxpresso-nuxt** is the nuxpresso frontend. Check the repo https://github.com/swina/nuxpresso-nuxtjs\n\n\n## Contribute\n\nI really appreciate any contribution or suggestion. Contribution are managed thru github.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswina%2Fnuxpresso-server-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswina%2Fnuxpresso-server-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswina%2Fnuxpresso-server-test/lists"}