Skip to content

SandeepKrSuman/art-exhibit

Repository files navigation

ArtExhibit


Tech Stack 📚

React Icons JavaScript css html

React Icons React Router Dom Axios

MongoDB ExpressJS NodeJS


Demo 🎥


Setup 🛠

Prerequisites :

  • npm is required for installing dependencies. npm usually comes blundled with node.

    Install Node, if it is not installed already.

    To check whether node is present or not, go to your command line / terminal and type in node --version .
    If a version shows up, means node is installed. If not, install the LTS version of Node. Check for npm using npm --version.

  • install git for version control and for cloning the repository. Verify using git --version.

  • This app takes weather data from OpenWeather. Which requires an API key. Sign up and generate your own free API key which will be required during installation process.

Installation :

Step 1: Fork this repo

Step 2: Clone your forked version of this repo locally. To clone, go to your command line / terminal, cd over to an appropriate directory and type in git clone https://github.com/<your username>/art-exhibit.git

Step 3: cd art-exhibit

Step 4: Open the project in your favourite text editor

Step 5: On the command line / terminal type in npm install to install dependencies

Step 6: Finally run the app using npm run dev

The app will start on port 3000 which can be accessed through http://localhost:3000 .


Backend 📊

You need to setup backend for proper functioning of the app.

Take a look at art-exhibit-server for more details. This server is developed using NodeJs / ExpressJs with MongoDB.


Developer 😎

Made with ❤ by SandeepKrSuman.



Asset Credits

  • Pictures / Paintings are generated using Gemini.

About

ArtExhibit: A MERN stack e-commerce platform for showcasing and selling artistic creations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published