Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carloskelly13/publications
Publications — Print and screen design web application.
https://github.com/carloskelly13/publications
graphql javascript postgresql react react-router svg
Last synced: 18 days ago
JSON representation
Publications — Print and screen design web application.
- Host: GitHub
- URL: https://github.com/carloskelly13/publications
- Owner: carloskelly13
- License: mit
- Created: 2013-08-15T00:28:47.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T12:17:37.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:57:54.364Z (7 months ago)
- Topics: graphql, javascript, postgresql, react, react-router, svg
- Language: TypeScript
- Homepage:
- Size: 89.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Publications
#### A web app for screen layout and print design.
Publications is a TypeScript–based Express app that serves the GraphQL–platform and React–based client app. The GraphQL–platform is backed by PostgreSQL.
#### Getting Started
To run the GraphQL-platform and React–based client app:
```
$ npm i
$ npm start
```In development mode this assumes you have a PostgreSQL database named `publications`, a role that manages it named `publications` with the password `publications`. The app runs on port `4000` with hot module replacement enabled.
#### Maintenance Status
This project is no longer actively developed with new features but dependencies are updated to ensure the app still works on modern systems.