The platform made for technology enthousiasts! With community members ranging from gadget lovers to programmers, we have a ton of varied educational posts just for you.
Dear reader 👋,
As of the **16th of October 2024**, our team has decided to make the Seaqull project open-source.
For many years, we worked on and off on this project with the ambition to connect people in the engineering community.
However, reality showed that we lacked the resources and time to make this project a true success.
It is with pleasure that we make our project open-source with the hope to help people in their own projects.
We apologise in advance for potential unprofessional language in the code or documentation.
This project was the product of enthousiastic engineers in the early stages of their career,
and we initially did not plan on making it open-source. If you feel like contributing to the project, feel free!
We will gladly review your work and make it part of our project.
You can also contact us directly on LinkedIn or in the issues of this repository.
Big thank you from the Seaqull team to the people who gave us feedback and helped us throughout the project.
Cheers,
Ajob Kustra
Founder of Seaqull
An old demo can be found on seaqull.com.
Feeling like sharing your own piece of knowledge? Share it with others by creating content that you're passionate about! With a little luck and enthousiasm you might just create your own community through likes, comments and followers. You might even end up in our next selection of 'Top Authors'!
Good content should be rewarded. That's why every author has a chance to be highlighted on the front page!
Personalize your profile and engage with other community members. View all the content you have been in touch with and save some for later. Freedom of knowledge right at your fingertips.
Command | Description |
---|---|
npm i |
Install front-end modules |
npm run dev |
Start the back-end |
Command | Description |
---|---|
npm i |
Install back-end modules |
npm test |
Run backend tests |
npm run seed:run |
Run seeder |
npm run schema:drop |
Drop the database schema |
npm run reset |
Reset the database and seeded data |
npm start |
Start the back-end |