A Nest.js app with mongoDB
A Nest.js app with mongoDB
npmnode
- Clone the repository and install dependencies:
git clone https://github.com/Felipe-Navas/nest-mongo.git && cd nest-mongo && npm install
npm start
npm test
- Fork it (https://github.com/Felipe-Navas/nest-mongo/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
This project is licensed under the [MIT License] - see the LICENSE file for details