Long18 / iMusical_NodeJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Nodejs

Install Git.

Open direct folder of Nodejs:

  • Right click and choose "Git Bash Here" or "New Terminal Here" in vscode.
    • Run: npm i mean: npm install or npm update

Open backend->config file .env.example and change name to .env

Open direct folder Client in vscode:

  • Right click and choose "Git Bash Here" or "New Terminal Here" in vscode.
    • Run: cd frontend and npm i mean: npm install or npm update

Quick start

In Terminal:

- Run: cd backend and **npm start** -> to run server

- Run: cd frontend and **npm start**  -> to run client

We have 3 API to use:

  • EmailJS
  • Stripe
  • Cloudinary

Go into that website, create an account, and then go to the API section. After got API key, go to config/.env and change it to your API key.

Here is website to test Cart: https://stripe.com/docs/testing

Developed By : Nguyen Tien Long - 1811060449 - 18DTHE1 Le Nguyen thanh Long 1811060436 - 18DTHB3 Nguyen Le Hong Vi - 1811144694 - 18DTHE1

About


Languages

Language:JavaScript 76.5%Language:CSS 23.1%Language:HTML 0.3%Language:Shell 0.1%