A simple journal application that keeps your notes with attachments
Built with Nest.js framework for backend and Next.js for frontend.
$ npm install
$ cd client && npm install
# concurrently
$ npm run start:next
# only backend
$ npm run start:dev
# only frontend
$ npm run dev --prefix client
# production mode
$ npm run build --prefix client && npm start
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Author - Borko Rajkovic
Journal App is MIT licensed.