Preview |
---|
Desktop Clent | Desktop Admin | IPAD | IPHONE 5 |
---|---|---|---|
It is a project that I did for the small sewing business that belongs to my mother, in which I needed to show and manage the products that she made.
The backend repository is here: https://github.com/MarioQuirosLuna/Backend-SewingShop
Dowload the project
Open the command line
To install the dependencies use in your local repository
npm install
Inside to api.js For use local db
- change the baseUrl for the localUrl
To start it locally
npm start
For queries post/put/delete is neccesary use jsonWebToken in the backend.
If you want to use these queries, you can run the backend in a local environment so that this token is not necessary.