Skip to content

borko-rajkovic/journal-app

Repository files navigation

Journal App

A simple journal application that keeps your notes with attachments

Description

Built with Nest.js framework for backend and Next.js for frontend.

Installation

$ npm install
$ cd client && npm install

Running the app

# 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

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Stay in touch

License

Journal App is MIT licensed.

About

Keep your notes along with attachments in one place online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published