Skip to content

note-to-self/note-to-self-server

Repository files navigation

Note to Self

Authors: Kate Dameron, Lance Merill, Carmen Perezchica, marcysilverman

https://note-to-self-server.herokuapp.com

Overview

Technologies used

Node.js, MongoDB, Express, Jest, SuperTest, nodemon, dotenv, Mongoose, morgan, SuperAgent, Chance

Application Structure

.                   
├── lib                      # Application, 
routes, models,
services
├── test                     # Unit and E2E tests
├── seed.js                  # Load seed data to MongoDB
├── server.js                # Run Express server
├── LICENSE
└── README.md

Getting Started

  1. Clone and download GitHub repo

  2. Install dependencies:
    npm i

  3. Run scripts:
    npm run lint
    npm run pretest
    npm run test
    npm run test:watch
    npm run start (start node server)
    npm run start:watch (start nodemon server)
    npm run seed (seed database)
    npm run drop (drop MongoDB)
    npm run db-load-all (drop db and load seed data from scratch)

License

Standard MIT

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors