Giter Club home page Giter Club logo

da.korean's Introduction

DA.KOREAN

About project

"DA.KOREAN" is a website for learning Korean.

The app allows to:

  • sign in or sign up on website;
  • buy courses, calligraphy pages (test mode);
  • mailing newsletters after subscribing in the form of a footer;
  • add, change, delete courses and calligraphy pages from admin page;

Main page:

Courses page:

Callygraphy page:

Stack

  • React
  • TypeScript
  • React Router v.6
  • Redux
  • Redux Toolkit
  • Express
  • PostgreSQL
  • Sequelise

⚙️ How To Run Locally

  1. download and install PostgreSQL from official website

  2. clone repo with:

git clone [email protected]:BentonFraizer/DA.KOREAN.git
  1. go into the client folder with:
cd DA.KOREAN/client/
  1. install all dependencies with:
npm install
  1. run in the dev mode with:
npm start
  1. go into the server folder with:
cd DA.KOREAN/server/
  1. install all dependencies with:
npm install

8.1 copy file .env.example, rename to .env

8.2 change DATABASE_URL. For example:

from

DATABASE_URL = postgres://login:password@ip:port/bd_name

to

DATABASE_URL = postgres://postgres:postgres@localhost:5432/da_korean
  1. create a database with:
npm run dbr
  1. run in the dev mode with:
npm run dev

If you encounter an error you should change in "scripts" /client/package.json folder one row

from

  "start": "DISABLE_ESLINT_PLUGIN=true BROWSER=none react-scripts start",

to

  "start": "react-scripts start",

da.korean's People

Contributors

bentonfraizer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.