https://github.com/clarus/coq-soft-toys
🐻 🐓 A boutique for coq soft toys
https://github.com/clarus/coq-soft-toys
Last synced: about 2 months ago
JSON representation
🐻 🐓 A boutique for coq soft toys
- Host: GitHub
- URL: https://github.com/clarus/coq-soft-toys
- Owner: clarus
- License: mit
- Created: 2019-10-03T16:32:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:09:36.000Z (over 2 years ago)
- Last Synced: 2024-10-11T21:48:09.348Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.42 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐓 🐻 Coq Soft Toys
> A boutique for coq soft toys[](https://travis-ci.com/clarus/coq-soft-toys)
[](https://github.com/prettier/prettier)**Work In Progress**
Url to be announced.
## Configuration
* `src/config.json`: database access (PostgreSQL) and [Stripe](https://stripe.com/) keys## Run
To start:
```
yarn install
yarn run config-init
yarn start
```## Tools
* JavaScript (programming language for both the frontend and the backend);
* [Stripe](https://stripe.com/) (payment system);
* [PostgreSQL](https://www.postgresql.org/) (database);
* [React](https://reactjs.org/) (frontend library to handle HTML components);
* [Create React App](https://create-react-app.dev/) (to scaffold a JavaScript project);
* [Bulma](https://bulma.io/) (CSS library);
* [Prettier](https://prettier.io/) (code formatting), [ESLint](https://eslint.org/) (linting), [Flow](https://flow.org/) (type-checking);## Documentation
* [Stripe documentation](https://stripe.com/docs);
* [blog post](https://blog.logrocket.com/setting-up-a-restful-api-with-node-js-and-postgresql-d96d6fc892d8/) on a Node.js backend with connection to PostgreSQL
* the [React tutorial](https://reactjs.org/tutorial/tutorial.html);