Skip to content

tarekmokhtarjr/google-fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published