Skip to content

A platform where users can sell and buy new as well as old/used products. Made using Golang, Gorilla Mux, SQLite and Vue.js

License

Notifications You must be signed in to change notification settings

niloysikdar/Sell-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A platform where users can sell and buy new as well as old/used products. Made using Golang, Gorilla Mux, SQLite and Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published