Skip to content

Fullstack webshop prototype with Svelte frontend and Node-Express backend. Authentication and authorization with Bcrypt and Express-session. Nodemailer and SQLite db.

Notifications You must be signed in to change notification settings

inesluparia/LegoPeopleShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEGO PEOPLE SHOP

Fullstack webshop prototype with Svelte frontend and Node-Express backend. Authentication, authorization with bcrypt and node-session, nodemailer and SQLite db.

To run first install dependencies in both frontend and backend... cd client npm install

```
cd server
npm install 
```

Then run the app from the server folder... cd server node app.js And last navigate to localhost:3000 to see the app running.

About

Fullstack webshop prototype with Svelte frontend and Node-Express backend. Authentication and authorization with Bcrypt and Express-session. Nodemailer and SQLite db.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published