Giter VIP home page Giter VIP logo

zed-sharing-node's Introduction


Logo

zed-sharing-node

Backend for file sharing app built with the MERN Stack

Report Bug · Request Feature

About The Project 😶‍🌫️

This is the API for Zed, a file sharing platform built for the Hashnode and Linode Hackathon 🎉 You can find the frontend code here

zed-showcase.mp4

Built with

Running the server locally 🏠

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

  • Clone this repo (have git installed)
    git clone https://github.com/lucky-chap/zed-sharing-node.git
  • Install dependencies (have nodejs installed)
    cd zed-sharing-node
    yarn install # or npm install
  • Make sure you create a .env file and fill it with .env.example as reference
  • In config.js, remove the dialectOptions object as you would not be needing it in development
  • Build, seed and migrate the database all together
    yarn build
  • Now run the server
    yarn start

Running the server in production 🏨

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

  • Clone this repo (have git installed)
    git clone https://github.com/lucky-chap/zed-sharing-node.git
  • Install dependencies (have nodejs installed)
    cd zed-sharing-node
    yarn install # or npm install
  • Make sure you create a .env file and fill it with .env.example as reference
  • Also remember to add an SSL certificate file to the root folder so sequelize can read from there. This is required to connect to the MySQL database on your server
  • Build, seed and migrate the database all together
    yarn build
  • Now run the server
    yarn start

Contributing

You rock! Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/coolStuff)
  3. Commit your Changes (git commit -m 'Add some coolStuff')
  4. Push to the Branch (git push origin feature/coolStuff)
  5. Open a Pull Request

License 📜

Distributed under the MIT License. See LICENSE for more information.

Come say hi 👋

zed-sharing-node's People

Contributors

lucky-chap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.