Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Contacts

This is a contacts webapp written using Vue, Vuex, NestJS, and Prisma.

Installation (dev)

Prerequisites: You must have Node 14, Postgres 12, and Redis installed.

  1. Create the database: CREATE DATABASE contacts

  2. Create a .env file in the nestct directory with the following connection string: DATABASE_URL="postgresql://postgres:postgres@localhost:5432/contacts?schema=public"

  3. In the nestct directory run the command npm run migrate:up

  4. In the nestct directory run the nest start command.

  5. In the vuect directory run npm run serve

Credits

The session functionality was written by Insidexa at https://github.com/Insidexa/nestjs-session-example

Screenshots

screenshot-light-mode screenshot-dark-mode

About

One of my first projects from a few years ago. Currently offline. Contacts webapp using Vue, NestJS, Prisma ORM, and Redis.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages