Git Product home page Git Product logo

sell-it's Introduction

Sell It

Hit the ⭐ button to show some ❤️ 😃

DESCRIPTION 💡

Sell It is a platform where users can sell and buy new as well as old/used products.

Server side code is written in Go, used Gorilla Mux

SQLite is used for the DB.

Vue.js is used for client side rendering.

RUNNING 🏃

Running the server

  • To run the server, Go is needed to be installed. Install Go from here

  • After Installing Go, navigate to the server directory

cd server
  • Compile the go files using
go build
  • Now run the server.exe file to start the server

Running the Vue.js app

  • Create a .env.local file in the root of the client directory
VUE_APP_BASEURL=http://localhost:5000/products
  • Install the required dependencies
yarn install
  • Start the application for development
yarn serve

SCREENSHOTS 👀

LICENSE 📝

This project is currently licensed under under the MIT License. See LICENSE for more information.

sell-it's People

Contributors

dependabot[bot] avatar niloysikdar avatar tiger-yash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tiger-yash

sell-it's Issues

[Fix] CORS issue in Delete request

The Delete request to the endpoint /products/{id} is working fine on the Postman. However, when trying to send a request from the Vue app, it is getting blocked due to the CORS issue. The handler function for the Delete endpoint is available here. And we are trying to call this here.

[Feat] Login/Signup

Need to create a Login/Signup route in the server for the user Login/Signup process.
We can also use the JWT token-based auth for security.

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.