Clone this repo
# Install dependencies
npm i # or
yarn
# then start
npm run dev
or with Docker / Docker-Compose
docker-compose up
To go inside the db container and check
docker ps
docker exec -it <container id> sh
# inside the container
psql -U dev_user -d sensei_next_dev
# inside the Postgres in the container
- User Signup
- User Login
- User Logout
- User Profile (Protected page)
- Dockerized (basic) with docker-compose