Skip to content

Matttweb/MESN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

MongoDB - ExpressJS - Svelte (Smelte) - NodeJS

The project basically consists of allowing you to create an account in which you will store different products of what you want which will have name, price per unit and an image, you also have the option to create an order that has different products in different quantities, when creating the order also creates a pdf file with all the data including the date and time of creation.. This is a very basic practical example to get started in the world of web development with frameworks.

You can watch the full youtube tutorial on how to make this practical example step by step here

mesn-be

This folder contains all the backend of the project but also in its public folder it has all the frontend that is generated when you run $ npm run build in a vue project, this makes you can see the whole project when you run the $ npm run dev script

mesn-fe

This folder contains the whole frontend of the project made with Svelte and has a connection to our api through axios which is in the pevn-be folder so make sure that when you run the $ npm run dev script you first start the api by running $ npm run dev from the mesn-be folder.

Please do not forget this

npm install

Views

SignUp

SignUp

SignIn

SignIn

Products

Products

Make an order

making-order

Orders

order

Order details

order-details

About

MongoDB - ExpressJS - Svelte (Smelte) - NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages