Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# codesovereigns

## Team Members
- injaamam (Team Leader)
- riadkabir45
- mony820

Hello!

## 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