Skip to content

n4-t3/React-Ecommerce-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React-Ecommerce-App

E-commerce with:

  • Backend and Authentication: Graphql, Express, Node, Mongodb
  • Frontend: React
  • Hosting: used a Firebase setup for backend

How to Locally Run the Project

Run your database and add the database url, jwt secret, and port in the .env file.

  • You may change the .env.sample file to .env file to test the project.

Navigate to front or backend directory to install dependencies and run server

npm install
npm start

License

This project is licensed under the MIT License - see the LICENSE file for details.