Skip to content

A full stack web application showcasing arts created by various artists and designers, analogous to an art repository. Designare is the go-to resource for discovering and connecting with designers and creative talent around the globe. It allows artists to post their work and share it to the public to receive feedback and score future opportunities.

License

Notifications You must be signed in to change notification settings

thewackyindian/Designare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Designare

A full stack web application that allows artists to post their work and share among public to recieve feedback and score possible future opportunities.

Table of Contents

  1. About The Project
  2. Getting Started

About The Project

This is a full stack web application that allows artists to post their work and display it publicly. It is built using React library for javascript and material UI for the frontend and expressJs framework for backend along with postgresql database.

You can view the live preview of the project here

Built With

  • Reactjs
  • Material UI
  • ExpressJs
  • PostgreSQL

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Following softwares need to be installed in order to setup and run the project locally.

  • Nodejs (v16.x)
  • Any web browser to preview the project

installation

  1. Clone the repo
    git clone https://github.com/thewackyindian/Designare
  2. cd over to project directory .
  3. To run the server properly, cd over to server directory.
  4. You need to setup your environment variables inside the server directory in order to connect to the database and run the server properly. To setup your local copy of environment variables type the following command inside your terminal:
  cp .env.example .env

After this fill in the corresponding field inside the .env file.

  1. Run the following command in the terminal
  npm install
  1. To start the application run the following command in your terminal
   npm start
  1. To run the client properly, cd over to client directory.
  2. Run the following command in the terminal
  npm install
  1. To start the application run the following command in your terminal
   npm start

About

A full stack web application showcasing arts created by various artists and designers, analogous to an art repository. Designare is the go-to resource for discovering and connecting with designers and creative talent around the globe. It allows artists to post their work and share it to the public to receive feedback and score future opportunities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • SCSS 2.1%
  • Other 0.5%