Skip to content

danielrubens/portfolio-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Portfolio project deployed on my website.

Getting Started

Install the dependencies:

npm install

Then run the development server:

npm run dev
# or
yarn dev

Main concepts

Login with GoogleOAuthCredentials.
DataBase with MongoDBAtlas.
JWT and bcrypt to authenticate and encode sensitive info.
Express to control the routes.
Axios to get the API requests from the backend.