Skip to content

Todo & Chat. Next.js, typescript, unit testing, sockets, docker

Notifications You must be signed in to change notification settings

kunjolee/todo-chat

Repository files navigation

Todo & Chat APP

Next.js

Typescript

To run the database application locally with docker-compose:

docker-compose up -d
  • "-d" means detached

*MongoDB url local connection

mongodb://localhost:27017/dsu-app-db

Environment variables configuration

Rename .env.template. file to .env.

Re build node modules

yarn install
yarn dev

Populate the database with test information

call:

  http://localhost:3000/api/seed/

About

Todo & Chat. Next.js, typescript, unit testing, sockets, docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages