This is a backend repository for Favorite Fonts app, an app for Chingu Voyage 46. It fetch Google Fonts API and show all the fonts information.
- Register
- Login
- Fetch all fonts
- Clone this repository
- Run
npm install
- Copy
.env.example
to.env
and fill in the information required - Run
npm start
/auth/register
to register by sendingusername
,password
, andname
through body/auth/login
to login by sendingusername
andpassword
through body/fonts/all
to get list of fonts, must havetoken
in the header