Page URL: https://image-uploader-dcso.web.app
This project was made for a challenge (Image Uploader) by devChallenges.io.
- Node >= v14
- Firebase (and Firebase Storage)
-
First you have to clone the repository
git clone https://github.com/OscarWoHA/devChallenges-image-uploader.git
-
Then, Install the dependencies :
npm install
-
Rename the
.env.example
to.env.local
And change the file to your needs, by default you have :NEXT_PUBLIC_FIREBASE_apiKey="AIzaSyCN7kBk8cwRqGPif2MAfYpubAru900s-Uc" NEXT_PUBLIC_FIREBASE_authDomain="dev-challenges-oscar.firebaseapp.com" NEXT_PUBLIC_FIREBASE_projectId="dev-challenges-oscar" NEXT_PUBLIC_FIREBASE_storageBucket="dev-challenges-oscar.appspot.com" NEXT_PUBLIC_FIREBASE_messagingSenderId="902852428165" NEXT_PUBLIC_FIREBASE_appId="1:902852428165:web:519d7f43e215f4b90784ec" NEXT_PUBLIC_FIREBASE_measurementId="G-DJ16V4B4VD"
-
And launch the project :
npm run dev
The frontend client will be available at http://localhost:3000.
-
Open the source code and start rocking ! 😎