Skip to content

derschnee68/web-starter

Repository files navigation

Web starter

This repo is a boilerplate for bootstrapping a NextJs front and NestJs backend using Typescript.

Summary

What's inside?

./apps folder

The project is a monorepo managed by pnpm and turbo and containing in ./apps folder:

It also contains in ./.github folder a github action pipeline to test and build on dev branch and pull requests.

Documentation

More documentation is available to describe the architecture and github workflow.

How to install ?

First install Node.js and pnpm globally on your machine, then run

pnpm install

Develop

To develop all apps and packages, run the following command:

pnpm dev

Then, you can navigate to https://localhost:3000 and login with email user1@mywebsite.ai and password 123456.

s### How to create a native account with mysql

Cd apps/graphql Pnpm  gen:migration
Docker exec -it (mysql:8-oracle) bash
Mysql -uroot -prootpassword
```mysql
SHOW DATABASES
use main

Créer un compte avec email=myemail@gmail.com Et faire

UPDATE user SET verified_at=NOW() WHERE email=“myemail@gmail.com";

Maintainers - Core Team

Julien Schneider
Julien Schneider