GithubHelp home page GithubHelp logo

image-uploader-master's Introduction

Image Uploader Mater

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Developed with NextJS + NestJS + Cloudinary
We used nextjs for the frontend and nestjs for the backend.
The backend recorded the file name and file path in postgres and uploaded the file to cloudinary.

For the NextJS template, I used the NextJS Typescript Boilerplate from the official examples.

For CSS, I used Tailwindcss.
During development, I used docker-compose to build the development environment.

Thanks for viewing :)

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) and Docker installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/masa-fullstack/image-uploader-master

# Change directory
$ cd image-uploader-master/backend

# Clone this repository(backend submodule)
$ git clone https://github.com/masa-fullstack/image-uploader-backend

# Rename directory
rmdir api
mv image-uploader-backend api

# Change directory
$ cd ..

Then, you update "./frontend/app/.env.development.template" and "./backend/api/.env.development.template".

And, you start Docker and DB miglation.

# Start Docker
$ docker-compose up

# DB miglation
$ docker-compose run --rm web npx typeorm migration:run

Finally, the server is listed on localhost:4001.

Acknowledgements

Contact

image-uploader-master's People

Contributors

masa-fullstack avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.