You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
625 B

4 years ago
# Omega CRM
All in one client relationship solution for freelancers.
## State of the project
Omega CRM is still in early development. It is not yet deployed, but can be self-hosted. Pull requests are always welcome!
4 years ago
### Todo
- [ ] Projects per client
- [ ] Financial values of clients
- [ ] Data Import/Export (any standardized formats?)
- [ ] Dashboard
- [ ] Project Templates
- [ ] Proper UI/UX
4 years ago
## Setup
4 years ago
To deploy a Omega CRM backend and frontend, follow the instructions in `server/` and `client/` respectively.
Alternatively, you can deploy the app via docker-compose. See `docker-compose.yml` for an example.