Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.25 KB

README.asciidoc

File metadata and controls

48 lines (32 loc) · 1.25 KB

About

This is an open source project made with:

  • Backend: GraphQL, ExpressJs, PostgreSQL, NodeJs

  • Frontend: React Hooks, Apollo, Stylus, Webpack

  • DevOps: CypressJS and Azure

Purpose

This project is for grade school children to practice reading and writing comprehension as well as a communication tool.

Env File

DB_HOST= database host
DB_PASS= database password
DB_USER= database username
DB_PORT= database port
DB= database
SALT= random generated code for crypting
TOKENPW= another generated code for crypting

Issues

The issues are sorted in this kanban project board right in github: https://github.com/PepperAddict/English_Depict/projects

If you want to get involved, contact me through the issues or email me at [email protected] and we can collaborate.

Design

The design is to help map out the features that need to be put in. Check frequently for changes.

Renewing license

sudo systemctl stop nginx sudo certbot renew --dry-run

if this doesn’t work. close nginx ps aux | grep nginx and kill all process and try service nginx start and sudo certbot renew --dry-run again

sudo systemctl restart nginx

restart the apps

pm2 restart all