Skip to content

dmesu/twitter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites

Getting started

  • Clone the repository
git clone  <git lab template url> <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Build and run the project

The app depends on Mongo. You can start through an installed binary or with Docker:

mongod --config /usr/local/etc/mongod.conf
docker run --name mongo-dev -p 27017:27017 mongo
npm run dev
  • Run tests
npm test

To run a subset of tests:

npm run test -- -m '*handle*'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors