Skip to content

Joandres-Lara/spam-machine

Repository files navigation

Bot messages

Figma mockup

Requirements

Node.js v.14.x or higher NPM v.7.x or higher (workspaces support) Postgress v.14 or higher

Frameworks and libraries

Typescript (v.4.x) React (v.18.x) Next.js (v.12.x) TailwindCSS (v.3.x) Sequelize (v.6.x) Express (v.4.x) React-Query (v.3.x)

Screenshots

Install packages

 npm install

Build application

Make this before run servers, ensure create a empty Postgres Database

 npm run build:shared

Migrate

 npm run db:migrate

Seed

 npm run db:seed

Start next server

 npm run start:next-dev

Start Database server

 npm run start:database-server-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published