Skip to content

adrian-huminiuc/next-nest-docker-postgres-material-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Example project nextjs + material ui + nestjs + docker
Implements and Auth system based on cookies
Showcases an example backend system

NOTE: Both api and ui are in the same folder to ease the use of showcasing the examples.

How to run

Clone the project.
Add an alias, the new security rules from chrome need it for the cookie auth:

echo '127.0.0.1 omni.localhost' | sudo tee -a /etc/hosts

On first start

make init

Start the api in one terminal tab

make start

Add some demo data to the app

make seeds

Start the ui in another terminal tab

cd omni-ui
npm run dev

URLS

Urls for UI: http://omni.localhost:1090/
Urls for API: http://omni.localhost:3033/

User accounts are seeded through the user.seed-provider.ts
Example user: test1@test.de, pass: test123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published