Skip to content

Vo7kov/spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backend:

Configure everything necessary in the .env file, using .env.example as a reference. For SMTP_USER, create a dummy email and enable two-factor authentication

Then: image image image image image

After that:

cd server/
npm i
npm run db:update
npm run dev

Frontend:

Similarly, configure your .env file based on .env.example with the address of your backend, something like http://localhost:8000. Then:

cd client/
npm i
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published