An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 🐓 🐻 Coq Soft Toys
> A boutique for coq soft toys

[![build status](https://img.shields.io/travis/com/clarus/coq-soft-toys.svg?style=flat-square)](https://travis-ci.com/clarus/coq-soft-toys)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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);