Skip to content

matheusantonio208/atlantjs.dev-setup

Repository files navigation

A beautiful and minimal node js framework.
"Simplicity is the ultimate sophistication" -Leonardo da Vinci

GitHub stars License atlantjs.dev-setup preview

Project Status: In development ⚠️

📑Table of Contents


⛩️ Philosophy


Performatic

We seek to develop the best solution, spending the least amount of client / server processing, delivering the most fluid solution possible.

Robust

We aim to develop an elegant, efficient and healthy code - avoiding duplication of code, having a clear and unique "what to do?" and the "how to do it?" - with complete and efficient error handling, together with a battery of tests that spells out the business rules according to a clear strategy in order to avoid confusion with code tangle.

Scalable

We use a modular architecture, with its modules separated by contexts, making it easier to maintain and scale the application over time, without harming other parts of the project.

Simple

Our program is oriented to "How can I make even a child understand what is written, and even a monkey can use it?"

Safe

We aim at the security of information transferred from end to end through the application modules.

▶️ Get Started


  1. Download or clone repository with git clone https://github.com/matheusantonio208/atlantjs.dev-setup.git
  2. Copy the files referring to the layers needed for the project, and paste them in the root folder of your project
  3. After pasting, you will have duplicate files, such as "package.json" and "package copy.json"
  4. Merge both files into one, copying the contents of the -copy files to the default file.
  5. Run pnpm install or yarn install
  6. Run in local pnpm dev or yarn dev
  7. Access the application through http://localhost:8080/
  8. Build to production pnpm build or yarn build

Or click in Gitpod Ready-to-Code

⭕ Architecture


A beautiful and minimal architecture.

🐛 Bugs and feature requests


Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.


Make with ❤️ by Matheus Antonio

About

A beautiful and minimal nodejs framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published