Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learnathon-by-geeky-solutions/codesovereigns
Repository for team CodeSovereigns
https://github.com/learnathon-by-geeky-solutions/codesovereigns
Last synced: 1 day ago
JSON representation
Repository for team CodeSovereigns
- Host: GitHub
- URL: https://github.com/learnathon-by-geeky-solutions/codesovereigns
- Owner: Learnathon-By-Geeky-Solutions
- Created: 2024-12-25T10:03:26.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T19:04:39.000Z (10 days ago)
- Last Synced: 2025-01-31T20:19:19.333Z (10 days ago)
- Language: JavaScript
- Size: 415 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codesovereigns
## Team Members
- injaamam (Team Leader)
- riadkabir45
- mony820Hello!
## Mentor
- naimjeem## Project Description
A premier online retailer specializing in the provision of high-quality computer components. We offer a comprehensive selection of CPUs, GPUs, motherboards, RAM, storage drives, peripherals, and cooling solutions from leading manufacturers. Our commitment to customer satisfaction is reflected in our competitive pricing, informative product descriptions, and exceptional customer support.## Getting Started
1. Clone the repository
2. Install dependencies
3. Start development## Development Guidelines
1. Create feature branches
2. Make small, focused commits
3. Write descriptive commit messages
4. Create pull requests for review## Resources
- [Project Documentation](docs/)
- [Development Setup](docs/setup.md)
- [Contributing Guidelines](CONTRIBUTING.md)## To create DB:
create user soverign with password 'postgressoverign';
create database soverign owner soverign;## Custom command for installing all packages:
npm run install:all## To populate DB:
npm run dinit## To start server:
npm run dev