Skip to content

Lucas-zz/mega-store-back

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MegaStore

A hole e-commerce application to sell stuff! The client can search for products and buy them as you they wish, or simply save for later.

Try it out now at https://mega-store.vercel.app

About

This is an web application with which lots of people can search for and buy almost anything. Below are the implemented features:

  • Sign Up
  • Login
  • List all products
  • List each department
  • Add itens to the cart
  • Checkout from cart
  • See all completed orders

By using this app any user can sell whatever you like to.

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. Clone this repository
  2. Clone the back-end repository at https://github.com/renaatosalgado/mega-store-front
  3. Follow instructions to run back-end at https://github.com/renaatosalgado/mega-store-front
  4. Install dependencies
npm i
  1. You must create a root file named ".env" containing the environment variables MONGO_URI and PORT, that contains the DB connection string and the PORT do run the server
MONGO_URI="connection string to the DB"
PORT=local port number
  1. Run the back-end while delevoping with
npm run dev
  1. Finally you can really start the application by running
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%