Skip to content

An image sharing application built with Nodejs and sequelize, and React.

Notifications You must be signed in to change notification settings

samyouaret/imagel

Repository files navigation

imagel

What it is this project?

An application to share images includes authentication, and it is built with Express Js, React Js, and MYSQL.

Quick devlopement start

To get started developing you need to install Nodejs, and preferably using yarn as a package manager.

A MYSQL database must be setup.

Creating env variables

Change the application env variables, first create .env file form .env.example.

cp .env.example .env

Run migrations

yarn run migrate

Start the application

yarn run start

Imagel application Pages/Compoenents

Images show

Images show

Loved image

 Model View

Create an image

Create image

Edit an image

Edit image

Mobile View

 Mobile View

 Mobile View

About

An image sharing application built with Nodejs and sequelize, and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published