Social OAuth
This project is focused on test and implement the OAuth login and signup through Facebook and Google (you can enable twitter if you want but it requires more complex).
Installation
- Set the environment variables in the `.env’ file.
- Install dependencies running
npm install
. - Raise the project running
npm run dev
.