tarekmokhtarjr / google-fonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chingu v13 pre-work project

This repo contains (Google Fonts) for Tier 3 pre-work submission, the project is built with ExpressJS for the backend and ReactJS in the frontend and it's configured for deployment on Heroku.

This project uses https://github.com/manzinello/react-express-heroku as kickstarter for deployment on Heroku.

Installation

Clone this repo

git clone https://github.com/tarek-caesar/google-fonts.git

You need to create .env file inside server folder and set

MONGODB_URI = (your mongodb uri)
API_URI = (your google font api uri)

Go to project directory

cd google-fonts

Install server dependencies

cd server
npm install 

Install client frontend dependencies

cd ../
cd client
npm install 

Run this project

Go to server directory

cd server
npm start

Open another terminal session then, Go to client directory

cd client
npm start

About


Languages

Language:JavaScript 93.2%Language:HTML 5.0%Language:CSS 1.8%