Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgekaran/won-games-api
A Strapi application to handle Won Games API.
https://github.com/georgekaran/won-games-api
api games headless-cms nodejs postgresql strapi strapijs
Last synced: 3 days ago
JSON representation
A Strapi application to handle Won Games API.
- Host: GitHub
- URL: https://github.com/georgekaran/won-games-api
- Owner: georgekaran
- Created: 2020-09-12T22:23:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T09:16:46.000Z (over 3 years ago)
- Last Synced: 2024-12-03T03:35:02.419Z (2 months ago)
- Topics: api, games, headless-cms, nodejs, postgresql, strapi, strapijs
- Language: JavaScript
- Homepage:
- Size: 5.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Won Games ApiWon Games Api using Strapi, PostgreSQL, and Node.JS.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
1. Node.JS
2. PostgreSQL### Installing
A step by step series of examples that tell you how to get a development env running
Clone the repo
```
git clone https://github.com/georgekaran/won-games-api.git
```Creating a PostgreSQL user and database:
```sql
CREATE USER wongames WITH ENCRYPTED PASSWORD 'wongames123';
CREATE DATABASE wongames OWNER wongames;
-- Or choose a different name and change the file config/database.js
```Install the dependencies and run the app.
```
npm i
npm run develop
```## Deployment
Add additional notes about how to deploy this on a live system
## Built With
* [Node.JS](https://nodejs.org/en/docs/) - Javascript runtime.
* [PostgresSQL](https://docs.mongodb.com/) - SQL database.
* [Strapi](https://strapi.io/) - Strapi is the leading open-source headless
CMS. It’s 100% Javascript, fully customizable, and
developer-first.## Acknowledgments
* Code built following the course [React Avançado](https://www.udemy.com/course/react-avancado) by Willian Justen de Vasconcellos and Guilherme Louro