/HomeLogger-Server

Backend/server side portion of my community story app

Primary LanguageJavaScript

HomeLogger Back-End (Node Server)

View project at

alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Running the tests

Tests completed with faker.js and Chai To supply data for testing and assertions

And coding style tests

None at this time




## Built With

- [Node.js](https://nodejs.org/en/docs/) - JavaScript runtime
- [Express](https://expressjs.com/en/api.html) -web application framework
- [Travis CI](https://docs.travis-ci.com/) - Used for continuous integration
- [MongoDB](https://docs.mongodb.com/manual/) - Used for database management

## Contributing

Not seeking contribution at this time.

## Versioning

## Authors

- **Ernest Phillips** -

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

API Reference

/api/users

{ "id": "1234567", "name" : "John Dough", "email" : "user@email.com", "username": "john.dough" }