Skip to content

master-dhanesh/ecomm-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Project Title

This project is a full-stack application that includes both frontend and backend components.

Frontend Code

The frontend is built using React and can be found in the frontend directory.

Make sure you have all the dependencies installed by running:

npm install

This will install all the necessary packages defined in package.json.

To run the frontend, navigate to the frontend directory and use the following command:

npm start

This will start the frontend server and you can access the application in your web browser.

If you encounter any issues, please refer to the documentation or open an issue in the repository.

Backend Code

The backend is built using json-server and can be found in the backend directory.

Make sure you have all the dependencies installed by running:

npm install

This will install all the necessary packages defined in package.json.

To run the backend, navigate to the backend directory and use the following command:

npx json-server db.json

This will start the backend server and you can access the API endpoints at

http://localhost:3000 -> /products and /users

If you encounter any issues, please refer to the documentation or open an issue in the repository.

About

for -> COHORT | MERN13 | MERN14 | R19 | R20

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors