Prerequisites
https://github.com/EmaSuriano/gatsby-starter-mate
Just open http://localhost:8000.
Prerequisites
yarn
yarn dev
Just open http://localhost:3000.
Prerequisites
yarn
yarn dev
Just open http://localhost:3000.
What things you need to install the software and how to install them
- MongoDB local server
- You have to Edit Passport Social id (Ex: clientId:... clientSecret:...) in /utils/auth.js
yarn
yarn start or yarn dev
This will start the application and Connect MongoDB. Just open http://localhost:3000.
- local
//Social Oauth Login
http://localhost:3000/users/auth/google/callback
//GET products
http://localhost:3000/products
sudo docker build -t koajsImg .
sudo docker run -it --rm -p 3000:3000 --name runningKoajs koajsImg
sudo docker run -d --rm -p 3000:3000 --name runningKoajs koajsImg